efl/evas_w32/engine: Fix typo to have a functional #endif
authorStefan Schmidt <stefan@datenfreihafen.org>
Mon, 11 Feb 2013 13:18:23 +0000 (13:18 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 11 Feb 2013 13:18:23 +0000 (13:18 +0000)
SVN revision: 83824

src/modules/ecore_evas/engines/win32/ecore_evas_win32.c

index 6f45062..6ab3010 100644 (file)
@@ -18,7 +18,7 @@
 
 #ifdef BUILD_ECORE_EVAS_SOFTWARE_GDI
 # include <Evas_Engine_Software_Gdi.h>
-#ndif
+#endif
 #ifdef BUILD_ECORE_EVAS_SOFTWARE_DDRAW
 # include <Evas_Engine_Software_DDraw.h>
 #endif