Navigation Menu

Skip to content

Commit

Permalink
Fix a typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 14, 2015
1 parent cd0bad9 commit 93b015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql_compat.h
Expand Up @@ -150,7 +150,7 @@
my_strndup(mrn_memory_key, string, size, flags)
#else
# define mrn_my_malloc(size, flags) my_malloc(size, flags)
# define mrn_my_stndup(string, flags) my_strdup(string, flags)
# define mrn_my_strdup(string, flags) my_strdup(string, flags)
# define mrn_my_strndup(string, size, flags) \
my_strndup(string, size, flags)
#endif
Expand Down

0 comments on commit 93b015e

Please sign in to comment.