From 99df48d70f10dcf8f95d4684262a3392d72ee9c6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 18 Jun 2008 22:21:51 +0000 Subject: Trimify. --- compat/asprintf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compat/asprintf.c') diff --git a/compat/asprintf.c b/compat/asprintf.c index 1f157046..f3ec7ef7 100644 --- a/compat/asprintf.c +++ b/compat/asprintf.c @@ -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 @@ -47,7 +47,7 @@ vasprintf(char **ret, const char *format, va_list ap) xfree(*ret); goto error; } - + return (n); error: -- cgit