From 74b563c23e56989049bfe8e7ced33d3423ccb808 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Sat, 17 Nov 2007 00:23:18 +0000 Subject: [PATCH] or not. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6316 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_core_db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_core_db.h b/src/include/switch_core_db.h index 0079dea569..ab5903b24a 100644 --- a/src/include/switch_core_db.h +++ b/src/include/switch_core_db.h @@ -539,7 +539,7 @@ SWITCH_DECLARE(int) switch_core_db_changes(switch_core_db_t *db); * should always use %q instead of %s when inserting text into a string * literal. */ -SWITCH_DECLARE(char *) switch_mprintf(const char *zFormat, ...) PRINTF_FUNCTION(1, 2); +SWITCH_DECLARE(char *) switch_mprintf(const char *zFormat, ...); SWITCH_END_EXTERN_C #endif