From 85082693c5f17da8be33be15f9156a7ac49c8192 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 11 Apr 2010 20:16:56 +0000 Subject: [PATCH] Added final newline to make GCC happy. --- apps/webserver/urlconv.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/webserver/urlconv.h b/apps/webserver/urlconv.h index e17da97f2..302c1cb99 100644 --- a/apps/webserver/urlconv.h +++ b/apps/webserver/urlconv.h @@ -28,8 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: urlconv.h,v 1.1 2010/04/11 19:18:47 oliverschmidt Exp $ - * + * $Id: urlconv.h,v 1.2 2010/04/11 20:16:56 oliverschmidt Exp $ */ #ifndef __URLCONV_H__ @@ -37,4 +36,4 @@ void urlconv_tofilename(char *dest, char *source, unsigned char maxlen); -#endif /* __URLCONV_H__ */ \ No newline at end of file +#endif /* __URLCONV_H__ */