mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-26 17:14:08 +01:00
Update modify.c
This commit is contained in:
parent
45be2cd541
commit
b2db8888e3
1 changed files with 3 additions and 2 deletions
|
|
@ -442,8 +442,9 @@ static int count_pages(char *str, struct char_data *ch)
|
||||||
{
|
{
|
||||||
int pages;
|
int pages;
|
||||||
|
|
||||||
for (pages = 1; (str = next_page(str, ch)); pages++);
|
for (pages = 1; (str = next_page(str, ch)); pages++)
|
||||||
return (pages);
|
; /* moved semi-colon to suppress warning */
|
||||||
|
return (pages);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This function assigns all the pointers for showstr_vector for the
|
/* This function assigns all the pointers for showstr_vector for the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue