New line fix for gcc 3.x
authorSteven Edwards <winehacker@gmail.com>
Thu, 3 Oct 2002 20:57:13 +0000 (20:57 +0000)
committerSteven Edwards <winehacker@gmail.com>
Thu, 3 Oct 2002 20:57:13 +0000 (20:57 +0000)
svn path=/trunk/; revision=3623

rosapps/cmdutils/more.c
rosapps/cmdutils/tee.c
rosapps/dflat32/msgbox.c

index bd340da..3155e44 100644 (file)
@@ -146,4 +146,4 @@ int main (int argc, char **argv)
        return 0;
 }
 
-/* EOF */
\ No newline at end of file
+/* EOF */
index 82f6d1e..0de7d78 100644 (file)
@@ -217,4 +217,4 @@ INT main (int argc,char **p)
        return 0;
 }
 
-/* EOF */
\ No newline at end of file
+/* EOF */
index 3683b6f..6d7b8de 100644 (file)
@@ -213,4 +213,4 @@ int MsgWidth(char *msg)
        return min(max((int)strlen(msg), (int)w), DfGetScreenWidth()-10);
 }
 
-/* EOF */
\ No newline at end of file
+/* EOF */