diff options
Diffstat (limited to 'mbbsd/guess.c')
-rw-r--r-- | mbbsd/guess.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/guess.c b/mbbsd/guess.c index bd092b27..c4c2ee99 100644 --- a/mbbsd/guess.c +++ b/mbbsd/guess.c @@ -22,7 +22,7 @@ show_table(char TABLE[], char ifcomputer) prints("\033[33m=================\033[m"); } -static unsigned long int +static long int get_money(void) { int money, i; @@ -215,7 +215,7 @@ int guess_main() { char data[5]; - unsigned long int money; + long int money; char computerwin = 0, youwin = 0; int count = 0, c_count = 0; char ifcomputer[2]; |