From 2e5eb4152262adfc382860073dc5e73ced187e35 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 Feb 2011 08:31:10 +0000 Subject: pedantic warning cleanup, also remove texspace_edit() since its been added using a different method. --- source/blender/blenlib/BLI_dynstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_dynstr.h') diff --git a/source/blender/blenlib/BLI_dynstr.h b/source/blender/blenlib/BLI_dynstr.h index ed7a76daa92..2cbc19f56f0 100644 --- a/source/blender/blenlib/BLI_dynstr.h +++ b/source/blender/blenlib/BLI_dynstr.h @@ -79,7 +79,7 @@ void BLI_dynstr_nappend (DynStr *ds, const char *cstr, int len); */ void BLI_dynstr_appendf (DynStr *ds, const char *format, ...) #ifdef __GNUC__ -__attribute__ ((format (printf, 2, 3))); +__attribute__ ((format (printf, 2, 3))) #endif ; void BLI_dynstr_vappendf (DynStr *ds, const char *format, va_list args); -- cgit v1.2.3