mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Update dg_olc.c
This commit is contained in:
parent
8d109df6e3
commit
d0b87cfa6e
1 changed files with 2 additions and 2 deletions
|
@ -860,8 +860,8 @@ int format_script(struct descriptor_data *d)
|
|||
{
|
||||
char nsc[MAX_CMD_LENGTH], *t, line[READ_SIZE];
|
||||
char *sc;
|
||||
size_t len = 0, nlen = 0, llen = 0, int ret;
|
||||
int indent = 0, indent_next = FALSE, found_case = FALSE, i, line_num = 0;
|
||||
size_t len = 0, nlen = 0, llen = 0;
|
||||
int indent = 0, indent_next = FALSE, found_case = FALSE, i, line_num = 0, ret;
|
||||
|
||||
if (!d->str || !*d->str)
|
||||
return FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue