[asterisk-commits] rmudgett: branch rmudgett/parking r331417 - /team/rmudgett/parking/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 10 12:05:15 CDT 2011
Author: rmudgett
Date: Wed Aug 10 12:05:12 2011
New Revision: 331417
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=331417
Log:
Fix reviewboard red blobs I am responsible for.
Modified:
team/rmudgett/parking/main/features.c
Modified: team/rmudgett/parking/main/features.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/parking/main/features.c?view=diff&rev=331417&r1=331416&r2=331417
==============================================================================
--- team/rmudgett/parking/main/features.c (original)
+++ team/rmudgett/parking/main/features.c Wed Aug 10 12:05:12 2011
@@ -1774,10 +1774,10 @@
* \param which Play file on indicated channels: which < 0 play left, which == 0 play both, which > 0 play right
* \param msg Descriptive name of message type being played.
* \param audiofile Audio file to play to channels.
- *
+ *
* \note Plays file to the indicated channels in turn so please
* don't use this for very long messages.
- *
+ *
* \retval 0 on success.
* \retval -1 on error. (Couldn't play file, channel hung up,...)
*/
@@ -5282,7 +5282,7 @@
*/
/* Notify metermaids about parking lot entry exten state. */
notify_metermaids(parkinglot->cfg.parkext, parkinglot->cfg.parking_con,
- AST_DEVICE_INUSE);
+ AST_DEVICE_INUSE);
}
parkinglot->disabled = disabled;
More information about the asterisk-commits
mailing list