chklib: print function pointer as a pointer, gcc 4.4 warning
authorGregor Schneider <grschneider@gmail.com>
Tue, 25 Aug 2009 00:31:45 +0000 (00:31 +0000)
committerGregor Schneider <grschneider@gmail.com>
Tue, 25 Aug 2009 00:31:45 +0000 (00:31 +0000)
svn path=/trunk/; revision=42932

rosapps/applications/sysutils/chklib/chklib.c

index 1323ffb..d2501f2 100644 (file)
@@ -117,7 +117,7 @@ DisplayEntryPoint(
                return;
        }
        printf(
-               "%08X  %s\n",
+               "0x%p  %s\n",
                EntryPoint,
                SymbolName
                );