Some indentation and format changes. Mostly replacing spaces with tabs.
svn-id: r25654
This commit is contained in:
parent
9ab2ca5bc7
commit
f33da9e412
17 changed files with 410 additions and 380 deletions
|
@ -69,7 +69,8 @@ char *parseComment(ArchivedFile *file) {
|
|||
v194 = parseNextLine(v190, 400);
|
||||
|
||||
v194[strlen(v194)-1] = '\0';
|
||||
if (!scumm_stricmp(v194, "endtext")) break;
|
||||
if (!scumm_stricmp(v194, "endtext"))
|
||||
break;
|
||||
|
||||
strcat(_tmp_comment, v194);
|
||||
strcat(_tmp_comment, " ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue