Skip to content

Commit

Permalink
Fix sds unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
zuiderkwast committed Jan 13, 2025
1 parent 1a162a6 commit dce4a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unit/test_sds.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "../sds.h"
#include "../sdsalloc.h"

static sds sdsTestTemplateCallback(sds varname, void *arg) {
static sds sdsTestTemplateCallback(const_sds varname, void *arg) {
UNUSED(arg);
static const char *_var1 = "variable1";
static const char *_var2 = "variable2";
Expand Down

0 comments on commit dce4a5c

Please sign in to comment.