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

@ -50,9 +50,9 @@ repa(void)
int loan_num;
int payment;
long newdue;
s_char *cp;
char *cp;
time_t now;
s_char buf[1024];
char buf[1024];
if (!opt_LOANS) {
pr("Loans are not enabled.\n");