From: vapier Date: Tue, 28 Apr 2009 05:14:11 +0000 (+0000) Subject: fix typo in long_has_neither_32_nor_64_bits prototype X-Git-Tag: build/2012-07-04.173327~2577 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ac1a5e9f7e266c5a543ec70de8c641298124bb9;p=profile%2Fivi%2Fecore.git fix typo in long_has_neither_32_nor_64_bits prototype git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40429 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_fb/ecore_fb_li.c b/src/lib/ecore_fb/ecore_fb_li.c index 7b864e8..c0e80eb 100644 --- a/src/lib/ecore_fb/ecore_fb_li.c +++ b/src/lib/ecore_fb/ecore_fb_li.c @@ -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)