Fix some functions not returning the right type.

This commit is contained in:
John "Elwin" Edwards 2016-03-19 16:18:58 -04:00
parent 2e20820d1b
commit 2d4a66298a
6 changed files with 17 additions and 4 deletions

View file

@ -357,6 +357,7 @@ hungdam(void)
when F_WEAK: return -1;
when F_FAINT: return -2;
}
return 0;
}
/*