Commit 1892b562 authored by antirez's avatar antirez
Browse files

warnigns -> warnings in redisBitpos().

parent 2c8036f7
...@@ -184,7 +184,7 @@ long redisBitpos(void *s, long count, int bit) { ...@@ -184,7 +184,7 @@ long redisBitpos(void *s, long count, int bit) {
/* If we reached this point, there is a bug in the algorithm, since /* If we reached this point, there is a bug in the algorithm, since
* the case of no match is handled as a special case before. */ * the case of no match is handled as a special case before. */
redisPanic("End of redisBitpos() reached."); redisPanic("End of redisBitpos() reached.");
return 0; /* Just to avoid warnigns. */ return 0; /* Just to avoid warnings. */
} }
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment