diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-04-13 12:29:32 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-04-13 12:29:32 -0400 |
commit | 69789c042460e012ec3054cc2e6ceeff25e394b9 (patch) | |
tree | 0bb6fcd54a4e0f85ba430a2e3e2c54af258d797d /main.c | |
parent | 2007d299916be6b079e6b97aea7c4d2835e23bd0 (diff) |
change fs_list_directory to include entry types directly
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ // @TODO: // - terminate process not working on windows? -// - auto-regenerate tags (if no tag found/line number tag found) +// - auto-regenerate tags (if tag not found) // - comment/uncomment selection #include "base.h" no_warn_start |