Actually remove static from #3331.

I forgot -a when amending in the previous commit.
This commit is contained in:
antirez 2016-06-23 16:18:14 +02:00
parent c0ca87dcc0
commit 0f484d8312

View File

@ -1447,8 +1447,7 @@ int RM_ZsetScore(RedisModuleKey *key, RedisModuleString *ele, double *score) {
* Key API for Sorted Set iterator
* -------------------------------------------------------------------------- */
static void zsetKeyReset(RedisModuleKey *key)
{
void zsetKeyReset(RedisModuleKey *key) {
key->ztype = REDISMODULE_ZSET_RANGE_NONE;
key->zcurrent = NULL;
key->zer = 1;