diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 03:50:01 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 03:50:01 +0000 |
| commit | dbe91ff5847a2d305aaa96c5632c7b646f6f49e5 (patch) | |
| tree | 68c256fc95a3825069c3700e91c6de6c1e125c5f /src/list_pkgs.c | |
| parent | ce574919bc809ace81837fdd87d130651a7c7a50 (diff) | |
aintea <aintea@protonmail.com> fix according to new comp flags
Diffstat (limited to 'src/list_pkgs.c')
| -rw-r--r-- | src/list_pkgs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list_pkgs.c b/src/list_pkgs.c index ccc0e8a..365e9b8 100644 --- a/src/list_pkgs.c +++ b/src/list_pkgs.c @@ -26,7 +26,7 @@ #include "lua_state.h" #include "vars.h" -void list_pkgs() { +void list_pkgs(void) { char* src_code = map_get(&cached_install_directories, "src"); struct dirent* dirent_ptr; DIR* dir_ptr = opendir(src_code); |
