aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 19:55:55 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-05 19:55:55 +0000
commit3b46a9699c96369ff4a514ca872e3dfe7d924942 (patch)
treeca0ef9703a910db978ce13413a1bbb84c28aa4ae
parent82ec5171b9042d8f245687418d644b81266afd13 (diff)
Err, the documentation on the return value of ast_odbc_backslash_is_escape is exactly backwards.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115308 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--include/asterisk/res_odbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/res_odbc.h b/include/asterisk/res_odbc.h
index 690b1f5b9..4d023c066 100644
--- a/include/asterisk/res_odbc.h
+++ b/include/asterisk/res_odbc.h
@@ -88,7 +88,7 @@ int ast_odbc_sanity_check(struct odbc_obj *obj);
/*! \brief Checks if the database natively supports backslash as an escape character.
* \param obj The ODBC object
- * \return Returns 1 if an ESCAPE clause is needed to support '\', 0 otherwise
+ * \return Returns 1 if backslash is a native escape character, 0 if an ESCAPE clause is needed to support '\'
*/
int ast_odbc_backslash_is_escape(struct odbc_obj *obj);