summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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);