From 7759e901cde65a7b3c992d56a752d0cc05885344 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Mon, 24 Feb 2003 13:34:59 +0000 Subject: [PATCH] fix typo reported by Trampas Stern git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2303 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDCCutil.c b/src/SDCCutil.c index dd42706c..cd5d5b36 100644 --- a/src/SDCCutil.c +++ b/src/SDCCutil.c @@ -357,7 +357,7 @@ char *strncatz(char *dest, const char *src, size_t n) } -#if defined(HAVE_VSNPRINTF) || defined(have_VSPRINTF) +#if defined(HAVE_VSNPRINTF) || defined(HAVE_VSPRINTF) size_t SDCCsnprintf(char *dst, size_t n, const char *fmt, ...) { va_list args; -- 2.30.2