From 744ffa6da4839f4118b585f942985b3330ad3a32 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 22 Oct 2014 20:43:53 +0200 Subject: common: Change stpcpy() signature code style slightly --- common/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/utils.h') 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 #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(); -- cgit v1.1-32-gdbae