diff th_string.c @ 80:12f1af4ffc6d

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 May 2013 03:38:41 +0300
parents 909ae72c0763
children c9c0541bed90
line wrap: on
line diff
--- a/th_string.c	Sat May 04 03:37:21 2013 +0300
+++ b/th_string.c	Sat May 04 03:38:41 2013 +0300
@@ -8,7 +8,8 @@
 #include "th_util.h"
 #include "th_string.h"
 
-/* strdup with a NULL check
+
+/* Implementation of strdup() with a NULL check
  */
 char *th_strdup(const char *s)
 {