summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-11-26 09:00:32 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-11-26 09:00:32 -0500
commit370b74e5335745ea01fc7bb6d5425360d26ca0ce (patch)
tree56bf42a10f7ab9e910ab494eadca56e26652e914 /main.c
parent346acd202547c3ecb315ff7980f505643bacc77e (diff)
do tabs properly
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3544919..6831229 100644
--- a/main.c
+++ b/main.c
@@ -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);