From 34f0970179ace44375903496b476b6f33f306dea Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 3 Oct 2002 20:57:13 +0000 Subject: [PATCH] New line fix for gcc 3.x svn path=/trunk/; revision=3623 --- rosapps/cmdutils/more.c | 2 +- rosapps/cmdutils/tee.c | 2 +- rosapps/dflat32/msgbox.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rosapps/cmdutils/more.c b/rosapps/cmdutils/more.c index bd340da8b82..3155e443642 100644 --- a/rosapps/cmdutils/more.c +++ b/rosapps/cmdutils/more.c @@ -146,4 +146,4 @@ int main (int argc, char **argv) return 0; } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/rosapps/cmdutils/tee.c b/rosapps/cmdutils/tee.c index 82f6d1e5230..0de7d78b10c 100644 --- a/rosapps/cmdutils/tee.c +++ b/rosapps/cmdutils/tee.c @@ -217,4 +217,4 @@ INT main (int argc,char **p) return 0; } -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/rosapps/dflat32/msgbox.c b/rosapps/dflat32/msgbox.c index 3683b6f93e9..6d7b8dedc31 100644 --- a/rosapps/dflat32/msgbox.c +++ b/rosapps/dflat32/msgbox.c @@ -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 */