From 3b8a79fb8bcde81966514d6a8af18f9db015b3df Mon Sep 17 00:00:00 2001 From: lucas8 Date: Thu, 31 Jul 2014 23:57:50 +0200 Subject: Made argument of s_strdup const --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index e7a567d..a62043b 100644 --- a/util.h +++ b/util.h @@ -63,7 +63,7 @@ typedef struct { void* s_malloc(size_t); void* s_realloc(void*, size_t); -char* s_strdup(char*); +char* s_strdup(const char*); void warn(const char*, ...); void die(const char*, ...); -- cgit v1.2.3-70-g09d2