summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index 43793b5..f4b29cd 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -6,6 +6,7 @@
6#include <signal.h> 6#include <signal.h>
7 7
8#define phrases (const char *[]){\ 8#define phrases (const char *[]){\
9 /* by @syxhe on tg */ \
9 "WE CLOWN IN THIS MF, TAKE YO SENSITIVE ASS BACK TO @GENTOOMEMES",\ 10 "WE CLOWN IN THIS MF, TAKE YO SENSITIVE ASS BACK TO @GENTOOMEMES",\
10 "R.I.P VxHeaven",\ 11 "R.I.P VxHeaven",\
11 "tmp(2) nuked by Smelly",\ 12 "tmp(2) nuked by Smelly",\
@@ -188,7 +189,7 @@ struct params {
188 MENU *menu; 189 MENU *menu;
189 190
190 int (*decrypt_callback)(void*); 191 int (*decrypt_callback)(void*);
191 void *decrypt_args; 192 void* decrypt_args;
192 193
193 // Previously buyp 194 // Previously buyp
194 unsigned int price; 195 unsigned int price;