Changeset 5067

Missing semicolon. Ticket #442.

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

Affected files:

callweaver/trunk/include/callweaver/channel.h (unified diff)

r5003r5067
10561056
10571057 /*! \brief Lock CW channel (and print debugging output)
10581058 \note You need to enable DEBUG_CHANNEL_LOCKS for this function */
1059 int cw_channel_trylock(struct cw_channel *chan)
1059 int cw_channel_trylock(struct cw_channel *chan);
10601060 #endif
10611061
10621062 #ifdef SOLARIS