diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 0883355a45..20287d735f 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -646,7 +646,7 @@ struct mwisend_info { }; static struct dahdi_pvt { - ast_mutex_t lock; + ast_mutex_t lock; /*!< Channel private lock. */ struct ast_channel *owner; /*!< Our current active owner (if applicable) */ /*!< Up to three channels can be associated with this call */