Skip to content
Snippets Groups Projects
Commit 48a29fe8 authored by deuce's avatar deuce
Browse files

Fix warning.

parent 129f46a5
Branches
Tags
No related merge requests found
......@@ -703,7 +703,7 @@ uint32_t DLLCALL str_to_bits(uint32_t val, const char *str)
{
/* op can be 0 for replace, + for add, or - for remove */
int op=0;
char *s;
const char *s;
char ctrl;
for(s=str; *s; s++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment