From f245c214e68a47c5bd05984308575b8cb992d130 Mon Sep 17 00:00:00 2001 From: David Kline Date: Fri, 18 Jul 2008 13:53:47 +0000 Subject: [PATCH] Remove compiler warning. --- motorApp/NewportSrc/strtok_r.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/motorApp/NewportSrc/strtok_r.h b/motorApp/NewportSrc/strtok_r.h index 48aa61da..a6d15b25 100755 --- a/motorApp/NewportSrc/strtok_r.h +++ b/motorApp/NewportSrc/strtok_r.h @@ -1,4 +1,2 @@ - - /* strtok_r prototype */ -char* strtok_r(char *, const char *, char **); \ No newline at end of file +char* strtok_r(char *, const char *, char **);