Changeset 5066

Missing semicolon. Ticket #442.

Committed by:  mm_202
Date:  Jul 20 2008 * 06:02 (about 1 month ago)

Affected files:

callweaver/branches/rel/1.2/include/callweaver/channel.h (unified diff)

r5047r5066
10901090
10911091 /*! \brief Lock CW channel (and print debugging output)
10921092 \note You need to enable DEBUG_CHANNEL_LOCKS for this function */
1093 int cw_channel_trylock(struct cw_channel *chan)
1093 int cw_channel_trylock(struct cw_channel *chan);
10941094 #endif
10951095
10961096 #ifdef SOLARIS