Some indentation and format changes. Mostly replacing spaces with tabs.

svn-id: r25654
This commit is contained in:
Torbjörn Andersson 2007-02-17 15:37:49 +00:00
parent 9ab2ca5bc7
commit f33da9e412
17 changed files with 410 additions and 380 deletions

View file

@ -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, " ");