Skip to content

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Jun 24, 2024
1 parent a0fcb70 commit 52f7480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ examples: $(STLIBNAME)

clean:
rm -rf $(OBJ_DIR) $(LIB_DIR) $(TEST_BINS) *.gcda *.gcno *.gcov
rm -rf examples/example-*
make -C examples clean

INSTALL?= cp -pPR

Expand Down
2 changes: 1 addition & 1 deletion src/valkeycluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <valkey/alloc.h>

#include "alloc.h"
#include "adlist.h"
#include "command.h"
#include "dict.h"
Expand Down

0 comments on commit 52f7480

Please sign in to comment.