aboutsummaryrefslogblamecommitdiff
path: root/multimedia/lsdvd/files/patch-ohuman.c
blob: 0216214d19892dc0da6f82e4bc060ba91e054040 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                  
--- ohuman.c.orig	Sun Feb 27 11:08:01 2005
+++ ohuman.c	Fri Nov 11 09:58:37 2005
@@ -3,9 +3,9 @@
 
 void ohuman_print(struct dvd_info *dvd_info) {
 
+	int i, j;
 	printf("Disc Title: %s\n", dvd_info->discinfo.disc_title);
 
-	int i, j;
 	for (j=0; j < dvd_info->title_count; j++) 
 	{
 	if ( opt_t == j+1 || opt_t == 0 ) {