mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
chklib: print function pointer as a pointer, gcc 4.4 warning
svn path=/trunk/; revision=42932
This commit is contained in:
parent
e45de08eec
commit
b6cecfd934
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ DisplayEntryPoint(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
printf(
|
printf(
|
||||||
"%08X %s\n",
|
"0x%p %s\n",
|
||||||
EntryPoint,
|
EntryPoint,
|
||||||
SymbolName
|
SymbolName
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue