Use plain char * instead of s_char *.
This commit is contained in:
parent
bcc4a86944
commit
2feef76102
4 changed files with 6 additions and 6 deletions
|
@ -53,13 +53,13 @@ coll(void)
|
|||
register int i;
|
||||
register int val;
|
||||
time_t now;
|
||||
s_char *p;
|
||||
char *p;
|
||||
struct lonstr loan;
|
||||
struct sctstr sect;
|
||||
coord x, y;
|
||||
double owed;
|
||||
double pay;
|
||||
s_char buf[1024];
|
||||
char buf[1024];
|
||||
|
||||
if (!opt_LOANS) {
|
||||
pr("Loans are not enabled.\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue