CVS: main mplayer.c,1.496,1.497
Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv22129 Modified Files: mplayer.c Log Message: typo Index: mplayer.c =================================================================== RCS file: /cvsroot/mplayer/main/mplayer.c,v retrieving revision 1.496 retrieving revision 1.497 diff -u -r1.496 -r1.497 --- mplayer.c 13 May 2002 21:05:03 -0000 1.496 +++ mplayer.c 13 May 2002 21:09:03 -0000 1.497 @@ -602,7 +602,7 @@ #endif if(vo_plugin_args && vo_plugin_args[0] && strcmp(vo_plugin_args[0],"help")==0){ - mp_msg(MSGT_CPLAYER, MSGL_INFO, "Available video output pluggins:\n"); + mp_msg(MSGT_CPLAYER, MSGL_INFO, "Available video output plugins:\n"); vf_list_plugins(); printf("\n"); exit(0);
participants (1)
-
Alex Beregszaszi