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_string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/BLI_string.h') diff --git a/source/blender/blenlib/BLI_string.h b/source/blender/blenlib/BLI_string.h index 36835e0c9ca..4694f4c413f 100644 --- a/source/blender/blenlib/BLI_string.h +++ b/source/blender/blenlib/BLI_string.h @@ -108,7 +108,7 @@ char *BLI_replacestr(char *str, const char *oldText, const char *newText); */ int BLI_snprintf(char *buffer, size_t count, const char *format, ...) #ifdef __GNUC__ -__attribute__ ((format (printf, 3, 4))); +__attribute__ ((format (printf, 3, 4))) #endif ; @@ -118,7 +118,7 @@ __attribute__ ((format (printf, 3, 4))); */ char *BLI_sprintfN(const char *format, ...) #ifdef __GNUC__ -__attribute__ ((format (printf, 1, 2))); +__attribute__ ((format (printf, 1, 2))) #endif ; -- cgit v1.2.3