summaryrefslogtreecommitdiffstats
path: root/common/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/utils.h')
-rw-r--r--common/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/utils.h b/common/utils.h
index 412eb45..388a793 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -34,7 +34,7 @@
#include <plist/plist.h>
#ifndef HAVE_STPCPY
-char *stpcpy(char * s1, const char * s2);
+char *stpcpy(char *s1, const char *s2);
#endif
char *string_concat(const char *str, ...);
char *generate_uuid();