summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index a55c87c..2f00811 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -15,7 +15,7 @@ struct chan_call {
struct chan_call *next; /* link to next call instance */
int state; /* current call state CHAN_LCR_STATE */
unsigned int ref; /* callref for this channel */
- int ref_was_assigned;
+ int ref_was_assigned;
void *ast; /* current asterisk channel */
int pbx_started;
/* indicates if pbx que is available */