From 55ed6f2c1d0d43d77a13bb7866edd12d43929425 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 3 Oct 2008 20:02:00 +0000 Subject: [PATCH] fix typo in non-C89 function declaration --- lbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbuf.c b/lbuf.c index ab5052285..56f835c66 100644 --- a/lbuf.c +++ b/lbuf.c @@ -106,7 +106,7 @@ void #ifdef __STDC__ lbuf_append_quoted(struct lbuf *lbuf, const char *set, ...) #else -lbuf_appen_quotedd(lbuf, va_alist) +lbuf_append_quoted(lbuf, va_alist) struct lbuf *lbuf; const char *set; va_dcl -- 2.40.0