[vlc-commits] macosx: fixed typo
Felix Paul Kühne
git at videolan.org
Thu May 17 14:27:14 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu May 17 14:27:09 2012 +0200| [68df2ce9b2575ee31529b3f53eb9c0c7b850e124] | committer: Felix Paul Kühne
macosx: fixed typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68df2ce9b2575ee31529b3f53eb9c0c7b850e124
---
modules/gui/macosx/wizard.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/wizard.m b/modules/gui/macosx/wizard.m
index 1a09268..22f4d7a 100644
--- a/modules/gui/macosx/wizard.m
+++ b/modules/gui/macosx/wizard.m
@@ -953,7 +953,7 @@ static VLCWizard *_o_sharedInstance = nil;
[[o_t5_matrix_encap cellAtRow:9 column:0] setEnabled:YES];
[o_t5_matrix_encap selectCellAtRow:9 column:0];
}
- else if ( i_streamingMethod == 0] )
+ else if ( i_streamingMethod == 0 )
{
/* if HTTP is the streaming protocol, disable all unsupported
* encap-formats, but don't touch the other ones selected above */
More information about the vlc-commits
mailing list