From f3369bf52d6045601593c74e283f839ae3ddebe9 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 15 Jul 1998 20:30:10 +0000 Subject: fix typo - s/strtol/strtoul/ svn path=/trunk/; revision=280 --- support/gnomesupport.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/gnomesupport.awk b/support/gnomesupport.awk index 97a4272d..094a6f18 100644 --- a/support/gnomesupport.awk +++ b/support/gnomesupport.awk @@ -133,7 +133,7 @@ END { print " If endptr is not NULL, a pointer to the character after the"; print " last character used in the conversion is stored in the"; print " location referenced by endptr. */"; - print "unsigned long int strtol (const char */*nptr*/, char **/*endptr*/,"; + print "unsigned long int strtoul (const char */*nptr*/, char **/*endptr*/,"; print " int /*base*/);"; } -- cgit v1.2.1