From 5f7dfc27b7c1908d5a9b6489b4c4eb0a8f420148 Mon Sep 17 00:00:00 2001 From: qbix79 Date: Wed, 3 Dec 2008 11:05:16 +0000 Subject: [PATCH] Fix warning and correct line ends. git-svn-id: https://svn.eduke32.com/eduke32@1174 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/include/polymost.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polymer/eduke32/build/include/polymost.h b/polymer/eduke32/build/include/polymost.h index 2cc9de79b..e0a7205f7 100644 --- a/polymer/eduke32/build/include/polymost.h +++ b/polymer/eduke32/build/include/polymost.h @@ -1,5 +1,5 @@ -#ifndef _polymost_h_ -# define _polymost_h_ +#ifndef _polymost_h_ +# define _polymost_h_ #ifdef POLYMOST @@ -118,4 +118,4 @@ extern int drawingskybox; #endif -#endif \ No newline at end of file +#endif