mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Actually remove static from #3331.
I forgot -a when amending in the previous commit.
This commit is contained in:
parent
c0ca87dcc0
commit
0f484d8312
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user