aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index ddd857a..f276020 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -17,7 +17,7 @@ int64_t GetCurrentTime()
}
#endif
-// https://gist.github.com/ccbrown/9722406
+/* https://gist.github.com/ccbrown/9722406 */
void DumpHex(const void* data, size_t size) {
char ascii[17];
size_t i, j;