diff options
Diffstat (limited to '')
-rw-r--r-- | common/xmalloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/xmalloc.c b/common/xmalloc.c index eb6d5ab11..c0d5d1d6d 100644 --- a/common/xmalloc.c +++ b/common/xmalloc.c @@ -84,4 +84,3 @@ xstrcat2( const char *a, const char *b ) strcpy(p+n1, b ); return p; } - |