diff options
| author | Anas Elgarhy <anas.elgarhy.dev@gmail.com> | 2026-01-13 16:09:47 +0200 |
|---|---|---|
| committer | Anas Elgarhy <anas.elgarhy.dev@gmail.com> | 2026-01-13 16:09:47 +0200 |
| commit | edb3d8013e62dbdc1f093a8781f1833e11dfbdda (patch) | |
| tree | 4dab9bcbfe6ca3416cdb4a4a4ddc920c7e33e72b /src | |
| parent | ec9797df2a589d0a8cd36beb632956a1ec1f6bfc (diff) | |
fix(main.c): update the search paths printing function to reflect the actual values
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ void print_search_paths() printf("Search paths:\n"); printf(" ./\n"); printf(" ./std/\n"); - printf(" /usr/local/lib/zen/\n"); + printf(" /usr/local/share/zenc\n"); + printf(" /usr/share/zenc\n"); } void print_usage() |
