diff th_string.c @ 344:14aaa9bf4ea5

No need to force inline this.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Feb 2016 00:01:07 +0200
parents 1040f51bf770
children 691f3ad00943
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;