Skip to content
Snippets Groups Projects
Commit 2e58363f authored by Joshua Colp's avatar Joshua Colp
Browse files

Unbreak ast_join due to whitespace changes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37347 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 022957ce
Branches
Tags
No related merge requests found
...@@ -226,7 +226,7 @@ int ast_false(const char *val); ...@@ -226,7 +226,7 @@ int ast_false(const char *val);
string. It will also place a space in the result buffer in between each string. It will also place a space in the result buffer in between each
string from 'w'. string from 'w'.
*/ */
void ast_join(char *s, size_t len, char * const w[]); void ast_join(char *s, size_t len, const char *w[]);
/* /*
\brief Parse a time (integer) string. \brief Parse a time (integer) string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment