fix typo in long_has_neither_32_nor_64_bits prototype
authorvapier <vapier@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Apr 2009 05:14:11 +0000 (05:14 +0000)
committervapier <vapier@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Apr 2009 05:14:11 +0000 (05:14 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40429 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_fb/ecore_fb_li.c

index 7b864e8..c0e80eb 100644 (file)
@@ -28,7 +28,7 @@ static const char *_ecore_fb_li_kbd_syms[128 * 6] =
  * size.
  *                                             - bigeasy
  */
-extern int long_has_neither_32_not_64_bits(void);
+extern int long_has_neither_32_nor_64_bits(void);
 static inline int test_bit(int bit, unsigned long *array)
 {
        if (sizeof(long) == 4)