mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
New line fix for gcc 3.x
svn path=/trunk/; revision=3623
This commit is contained in:
parent
c95ee52187
commit
34f0970179
3 changed files with 3 additions and 3 deletions
|
@ -146,4 +146,4 @@ int main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
/* EOF */
|
||||
|
|
|
@ -217,4 +217,4 @@ INT main (int argc,char **p)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
/* EOF */
|
||||
|
|
|
@ -213,4 +213,4 @@ int MsgWidth(char *msg)
|
|||
return min(max((int)strlen(msg), (int)w), DfGetScreenWidth()-10);
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue