diff options
| -rw-r--r-- | lib/xstrdup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xstrdup.c b/lib/xstrdup.c index 3f6abb741..d5bcaf380 100644 --- a/lib/xstrdup.c +++ b/lib/xstrdup.c @@ -32,7 +32,6 @@ char *xstrdup (char *string); char *xmalloc (); #endif - /* Return a newly allocated copy of STRING. */ char * |
