Skip to content
Snippets Groups Projects
Commit c80f86f0 authored by Automerge script's avatar Automerge script
Browse files

Merged revisions 379070 via svnmerge from

file:///srv/subversion/repos/asterisk/trunk

........
  r379070 | dlee | 2013-01-14 15:47:31 -0600 (Mon, 14 Jan 2013) | 1 line
  
  Fixed doc comment for ast_test_validate
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@379081 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0d3dfad9
No related branches found
No related tags found
No related merge requests found
......@@ -297,8 +297,8 @@ int __ast_test_status_update(const char *file, const char *func, int line, struc
* Note that since this macro returns from the current test, there must not be any
* cleanup work to be done before returning. Use \ref RAII_VAR for test cleanup.
*
* \param \a test Currently executing test
* \param \a condition Boolean condition to check.
* \param test Currently executing test
* \param condition Boolean condition to check.
*/
#define ast_test_validate(test, condition) \
do { \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment