diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-11-26 09:00:32 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-11-26 09:00:32 -0500 |
commit | 370b74e5335745ea01fc7bb6d5425360d26ca0ce (patch) | |
tree | 56bf42a10f7ab9e910ab494eadca56e26652e914 /main.c | |
parent | 346acd202547c3ecb315ff7980f505643bacc77e (diff) |
do tabs properly
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ int main(void) { text_buffer_create(&text_buffer, font); { - FILE *fp = fopen("main.c", "r"); + FILE *fp = fopen("test.txt", "r"); assert(fp); bool success = text_buffer_load_file(&text_buffer, fp); fclose(fp); |