diff options
Diffstat (limited to 'str/str.c')
| -rwxr-xr-x | str/str.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -359,7 +359,7 @@ str file_to_nstr(char *filename, u32 len){ void str_to_file(str s, char *filename){ FILE *fp = fopen(filename, "r"); str_to_fp(s, fp); - fclose(fp) + fclose(fp); } str map_file(char *filename){ |
