New line fix for gcc 3.x

svn path=/trunk/; revision=3623
This commit is contained in:
Steven Edwards 2002-10-03 20:57:13 +00:00
parent c95ee52187
commit 34f0970179
3 changed files with 3 additions and 3 deletions

View file

@ -146,4 +146,4 @@ int main (int argc, char **argv)
return 0;
}
/* EOF */
/* EOF */

View file

@ -217,4 +217,4 @@ INT main (int argc,char **p)
return 0;
}
/* EOF */
/* EOF */

View file

@ -213,4 +213,4 @@ int MsgWidth(char *msg)
return min(max((int)strlen(msg), (int)w), DfGetScreenWidth()-10);
}
/* EOF */
/* EOF */