diff options
Diffstat (limited to 'booki.c')
| -rw-r--r-- | booki.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -903,7 +903,7 @@ void search(int argc, char* argv[], char* booki_file) { return; } - FILE *edit_file, *fixed_file = NULL; + FILE *edit_file = NULL, *fixed_file = NULL; if (search_opts.edit) { edit_file = fopen(EDIT_FILE, "w"); fixed_file = fopen(FIXED_FILE, "w"); |
