changeset 344:14aaa9bf4ea5

No need to force inline this.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Feb 2016 00:01:07 +0200
parents 2b58dd3f5e6c
children d5e5f6019584
files th_string.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.c	Tue Feb 23 23:10:57 2016 +0200
+++ b/th_string.c	Wed Feb 24 00:01:07 2016 +0200
@@ -66,7 +66,7 @@
  * See TH_TRIM_* in th_string.h. If the resulting string would be empty (length 0),
  * NULL is returned.
  */
-static inline char * th_strdup_trim_do(const char *src, size_t len, const int flags)
+static char * th_strdup_trim_do(const char *src, size_t len, const int flags)
 {
     char *res;
     size_t start, end;