]> granicus.if.org Git - sudo/commitdiff
fix typo in non-C89 function declaration
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 Oct 2008 20:02:00 +0000 (20:02 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 Oct 2008 20:02:00 +0000 (20:02 +0000)
lbuf.c

diff --git a/lbuf.c b/lbuf.c
index ab50522855669751ae403c67418b232f3186c545..56f835c66db53eb1d81a5700995039ec4fc83599 100644 (file)
--- 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