Skip to content

Commit

Permalink
Fix for Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmela committed Dec 21, 2015
1 parent c026577 commit 408da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests.c
Expand Up @@ -14,7 +14,7 @@

#include "dict.h"

#define TEST_FUNC(func) { #func, func }
#define TEST_FUNC(func) { (char *)#func, func }

struct key_info {
char *key, *value, *alt;
Expand Down

0 comments on commit 408da85

Please sign in to comment.