about summary refs log tree commit diff stats
path: root/source/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/main.c')
-rw-r--r--source/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.c b/source/main.c index ee23263..9a1b01a 100644 --- a/source/main.c +++ b/source/main.c
@@ -23,7 +23,7 @@ void printmain()
23{ 23{
24 printf("\x1b[2J"); 24 printf("\x1b[2J");
25 printf("\x1b[37m"); 25 printf("\x1b[37m");
26 printf("GBA Link Cable Dumper v1.1 by FIX94\n"); 26 printf("GBA Link Cable Dumper v1.2 by FIX94\n");
27 printf("Save Support based on SendSave by Chishm\n"); 27 printf("Save Support based on SendSave by Chishm\n");
28} 28}
29 29