Skip to content
Snippets Groups Projects
Commit 129f46a5 authored by deuce's avatar deuce
Browse files

Herp derp, functions returning a value work better when a value is returned

parent 8ff03103
Branches
Tags
No related merge requests found
......@@ -728,6 +728,7 @@ uint32_t DLLCALL str_to_bits(uint32_t val, const char *str)
}
}
}
return val;
}
#if 0 /* replace_*_values test */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment