From: Niels Möller Date: Sun, 29 Sep 2002 21:00:09 +0000 (+0200) Subject: Cosmetics. X-Git-Tag: nettle_1.6_release_20021003~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc652126c9357bead1e91c09c45eb1d0677b2b01;p=thirdparty%2Fnettle.git Cosmetics. Rev: src/nettle/sexp_format.c:1.2 --- diff --git a/sexp_format.c b/sexp_format.c index 50fe6cfa..d0519436 100644 --- a/sexp_format.c +++ b/sexp_format.c @@ -40,7 +40,7 @@ #endif static int -format_prefix(struct nettle_buffer *output, +format_prefix(struct nettle_buffer *buffer, unsigned length) { unsigned prefix_length; @@ -67,8 +67,8 @@ static uint8_t * format_space(struct nettle_buffer *buffer, unsigned length) { - return format_prefix(output, length) - ? nettle_buffer_space(output, length) : NULL; + return format_prefix(buffer, length) + ? nettle_buffer_space(buffer, length) : NULL; } static int