Skip to content
Snippets Groups Projects
Commit b240128e authored by Mark Spencer's avatar Mark Spencer
Browse files

Make sure it's a const

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 70b3ab34
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ struct ast_channel {
/*! Lock, can be used to lock a channel for some operations */
ast_mutex_t lock;
/*! Procedure causing blocking */
char *blockproc;
const char *blockproc;
/*! Current application */
char *appl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment