* lib/getdef.c: Fix the getdef_ulong() prototype.

* lib/getdef.h: Fix the getdef_ulong() prototype.
This commit is contained in:
nekral-guest
2008-06-14 21:09:33 +00:00
parent dbbae8dcd3
commit 4ac21ca652
3 changed files with 7 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ long getdef_long (const char *item, long dflt)
* values are handled.
*/
unsigned long getdef_ulong (const char *item, unsigned int dflt)
unsigned long getdef_ulong (const char *item, unsigned long dflt)
{
struct itemdef *d;