This commit is contained in:
Nicholas Marriott
2008-06-18 22:21:51 +00:00
parent 28aefe4162
commit 99df48d70f
28 changed files with 97 additions and 97 deletions

View File

@ -1,4 +1,4 @@
/* $Id: asprintf.c,v 1.1 2008-06-18 20:12:19 nicm Exp $ */
/* $Id: asprintf.c,v 1.2 2008-06-18 22:21:51 nicm Exp $ */
/*
* Copyright (c) 2006 Nicholas Marriott <nicm@users.sourceforge.net>
@ -47,7 +47,7 @@ vasprintf(char **ret, const char *format, va_list ap)
xfree(*ret);
goto error;
}
return (n);
error: