mirror of
https://github.com/Cxbx-Reloaded/subhook.git
synced 2024-12-04 00:50:52 +00:00
Fix clang warning (missing type specifier)
This commit is contained in:
parent
862362cda6
commit
c823f3fd40
@ -1,7 +1,7 @@
|
||||
#include <subhook.h>
|
||||
|
||||
extern foo();
|
||||
extern foo_hook();
|
||||
extern void foo();
|
||||
extern void foo_hook();
|
||||
|
||||
subhook_t hfoo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user