]> sjero.net Git - wget/commitdiff
[svn] Delete unreachable statement in aprintf.
authorhniksic <devnull@localhost>
Sun, 24 Apr 2005 20:14:10 +0000 (13:14 -0700)
committerhniksic <devnull@localhost>
Sun, 24 Apr 2005 20:14:10 +0000 (13:14 -0700)
src/ChangeLog
src/utils.c

index 80df1b498797717d33cc641e6190943155df9f45..992558ad623bc79e9f0bf76ca42d20967392f82b 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (aprintf): Delete unreachable statement.
+
 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * host.c (cmp_prefer_ipv4): New function.
index 1afb8429edac906df2beb0ea32b7f182bfffc16a..b332f5a333a0313a774ad4f32f46461e00afea27 100644 (file)
@@ -211,7 +211,6 @@ aprintf (const char *fmt, ...)
        size <<= 1;             /* twice the old size */
       str = xrealloc (str, size);
     }
-  return NULL;                 /* unreached */
 }
 
 /* Concatenate the NULL-terminated list of string arguments into