[asterisk-commits] mmichelson: branch mmichelson/trunk-digiumphones r367668 - /team/mmichelson/t...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 24 14:39:23 CDT 2012
Author: mmichelson
Date: Thu May 24 14:39:14 2012
New Revision: 367668
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=367668
Log:
Fix some extra trailing whitespace.
Review: https://reviewboard.asterisk.org/r/1898
Modified:
team/mmichelson/trunk-digiumphones/apps/app_voicemail.c
Modified: team/mmichelson/trunk-digiumphones/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/trunk-digiumphones/apps/app_voicemail.c?view=diff&rev=367668&r1=367667&r2=367668
==============================================================================
--- team/mmichelson/trunk-digiumphones/apps/app_voicemail.c (original)
+++ team/mmichelson/trunk-digiumphones/apps/app_voicemail.c Thu May 24 14:39:14 2012
@@ -14758,7 +14758,7 @@
if ((value = ast_variable_retrieve(msg_cfg, "message", "msg_id"))) {
ast_string_field_set(msg_snapshot, msg_id, value);
} else {
- /* Message snapshots *really* should have a
+ /* Message snapshots *really* should have a
* message ID. Add one to the message config
* if it does not already exist
*/
More information about the asterisk-commits
mailing list