From 8ef0e02d6f61ab5b67f59920d78ebdb41ff7da04 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Mon, 15 Jul 2002 11:11:17 +0000 Subject: [PATCH] Fix end of line warning svn path=/trunk/; revision=3228 --- reactos/include/msvcrt/internal/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/msvcrt/internal/stdio.h b/reactos/include/msvcrt/internal/stdio.h index e4025529a49..b2721363e32 100644 --- a/reactos/include/msvcrt/internal/stdio.h +++ b/reactos/include/msvcrt/internal/stdio.h @@ -9,4 +9,4 @@ int __vsscanf (const char *s,const char *format,va_list arg); #endif /* __MSVCRT_INTERNAL_STDIO_H */ -/* EOF */ \ No newline at end of file +/* EOF */