Skip to content

Commit

Permalink
[REFACT] Changed nullptr to NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Nov 28, 2019
1 parent 66f0bf2 commit 6b5fb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disasm/Util.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ BYTE* find_pattern(BYTE *buffer, size_t buf_size, BYTE* pattern_buf, size_t patt
return (buffer + i);
}
}
return nullptr;
return NULL;
}

0 comments on commit 6b5fb8f

Please sign in to comment.