efl/evas_w32/engine: Fix typo to have a functional #endif

SVN revision: 83824
This commit is contained in:
Stefan Schmidt 2013-02-11 13:18:23 +00:00
parent 177e0cdb6d
commit 6ef1fc791a
1 changed files with 1 additions and 1 deletions

View 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