diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 16:46:11 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 16:46:11 -0500 |
commit | 74cae07c859e68876ee98b99e1c1761d4c205484 (patch) | |
tree | 05c992da6cc2da48d7a3635249cfcf46836aafdb /main.c | |
parent | 6f90a278bc04432195ae328126544752f0862b49 (diff) |
tags_beginning_with (starting completion)
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -290,8 +290,6 @@ int main(int argc, char **argv) { setlocale(LC_ALL, ""); // allow unicode - - // read command-line arguments char const *starting_filename = NULL; switch (argc) { |