From 4fba0e5a9b84f81c0937b9d171fda0b21e24f199 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 3 Jul 2013 04:30:41 +0000 Subject: [PATCH] Whitespace. --- nbase/nbase_str.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nbase/nbase_str.c b/nbase/nbase_str.c index 5b2eba830..1bc3e1211 100644 --- a/nbase/nbase_str.c +++ b/nbase/nbase_str.c @@ -219,7 +219,6 @@ int alloc_vsprintf(char **strp, const char *fmt, va_list va) { /* Used by escape_windows_command_arg to append a character to the given buffer at a given position, resizing the buffer if necessary. The position gets moved by one byte after the call. */ - static char* safe_append_char(char* buf, char byte, unsigned int *rpos, unsigned int *rsize) { if (*rpos >= *rsize) {