mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
sched: Fix typo and whitespace change.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@422200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -496,9 +496,10 @@ int _ast_sched_del(struct ast_sched_context *con, int id, const char *file, int
|
||||
ast_assert(s != NULL);
|
||||
#else
|
||||
{
|
||||
char buf[100];
|
||||
snprintf(buf, sizeof(buf), "s != NULL, id=%d", id);
|
||||
_ast_assert(0, buf, file, line, function);
|
||||
char buf[100];
|
||||
|
||||
snprintf(buf, sizeof(buf), "s != NULL, id=%d", id);
|
||||
_ast_assert(0, buf, file, line, function);
|
||||
}
|
||||
#endif
|
||||
*last_id = id;
|
||||
|
||||
Reference in New Issue
Block a user