From be081fa44201c74ec42fe06109ffbca14c2704f1 Mon Sep 17 00:00:00 2001 From: moritz Date: Sat, 28 Mar 2009 22:58:53 +0000 Subject: [PATCH] Add missing newline at end of file. git-svn-id: https://svn.xiph.org/trunk/ezstream@15888 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- win32/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/compat.h b/win32/compat.h index e63818a..38d37ec 100644 --- a/win32/compat.h +++ b/win32/compat.h @@ -17,4 +17,4 @@ # define ssize_t long #endif /* !ssize_t */ -#endif /* __WIN32_COMPAT_H__ */ \ No newline at end of file +#endif /* __WIN32_COMPAT_H__ */