Use plain char * instead of s_char *.

This commit is contained in:
Markus Armbruster 2004-08-20 08:55:23 +00:00
parent bcc4a86944
commit 2feef76102
4 changed files with 6 additions and 6 deletions

View file

@ -57,7 +57,7 @@ shark(void)
struct natstr *oldie;
double owed;
long payment;
s_char buf[1024];
char buf[1024];
if (!opt_LOANS) {
pr("Loans are not enabled.\n");