fix typo in long_has_neither_32_nor_64_bits prototype

SVN revision: 40429
This commit is contained in:
Mike Frysinger 2009-04-28 05:14:11 +00:00
parent 0041222bb0
commit b980d9477e
1 changed files with 1 additions and 1 deletions

View 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)