changeset 9875:6f36703cdd2a

The person who checked in the previous patch accidentally put a declaration in the wrong place. (C sucks :-)
author rsf
date Mon, 07 Apr 2003 20:55:32 +0000
parents 55a43ae66ceb
children 5e5e2d4dcdbe
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Mon Apr 07 20:44:06 2003 +0000
+++ b/mplayer.c	Mon Apr 07 20:55:32 2003 +0000
@@ -3276,8 +3276,8 @@
       } else
 #ifdef USE_SUB
       if (osd_show_sub_changed) {
+	  char *tmp2;
           tmp = subdata->filename;
-	  char *tmp2;
 	  if (tmp2 = strrchr(tmp, '/')) {
 	      tmp = tmp2+1;
 	  }