Skip to content

Commit

Permalink
Small fix in style.
Browse files Browse the repository at this point in the history
  • Loading branch information
TsudaKageyu committed May 17, 2015
1 parent a58329b commit 1a046f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,8 @@ MH_STATUS WINAPI MH_CreateHookApi(
//-------------------------------------------------------------------------
const char * WINAPI MH_StatusToString(MH_STATUS status)
{
#define MH_ST2STR(x) \
case x: \
#define MH_ST2STR(x) \
case x: \
return #x;

switch (status) {
Expand Down

0 comments on commit 1a046f9

Please sign in to comment.