comparison gui/mplayer/gui_common.c @ 32968:1fa7a299b1b4

Cosmetic: Add missing break.
author ib
date Tue, 08 Mar 2011 13:15:34 +0000
parents d9363dbd3f83
children ad1a232df994
comparison
equal deleted inserted replaced
32967:d9363dbd3f83 32968:1fa7a299b1b4
85 break; 85 break;
86 #endif 86 #endif
87 87
88 default: 88 default:
89 av_strlcpy(tmp, MSGTR_NoMediaOpened, tmplen); 89 av_strlcpy(tmp, MSGTR_NoMediaOpened, tmplen);
90 break;
90 } 91 }
91 92
92 if (c) { 93 if (c) {
93 for (i = 0; i < (int)strlen(tmp); i++) { 94 for (i = 0; i < (int)strlen(tmp); i++) {
94 int t = 0; 95 int t = 0;