diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 20:14:51 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-03 20:14:51 -0500 |
commit | 6ef4720bba8fcb90bcbdca5d7766b76816fc58c5 (patch) | |
tree | 41a0d02884f182193ff41ccb23b7f66adf35404b /build.c | |
parent | e3eb333ae2b07467e14dd9e2f845889f75f01a16 (diff) |
more autocomplete (already partially working!)
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ static void build_stop(Ted *ted) { process_kill(&ted->build_process); ted->building = false; ted->build_shown = false; - *ted->build_dir = '\0'; build_clear(ted); } |