[brasero] Fix typo



commit 533e69dfe28992f388f995f0bc707bd337189775
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon Sep 7 17:48:45 2009 +0200

    Fix typo

 libbrasero-media/brasero-medium.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libbrasero-media/brasero-medium.c b/libbrasero-media/brasero-medium.c
index d75414f..41a67b9 100644
--- a/libbrasero-media/brasero-medium.c
+++ b/libbrasero-media/brasero-medium.c
@@ -2324,7 +2324,6 @@ brasero_medium_get_medium_type (BraseroMedium *self,
 		/* If this fails it means that this drive is probably older than
 		 * MMC1 spec or does not conform to it. */
 		if (result != TRUE)
-		if (result != TRUE)
 			return FALSE;
 
 		/* The only thing here left to determine is if that's a WRITABLE
@@ -2856,7 +2855,6 @@ brasero_medium_init_real (BraseroMedium *object,
 
 	result = brasero_medium_get_medium_type (object, handle, &code);
 	if (result != TRUE)
-	if (result != TRUE)
 		return;
 
 	if (priv->probe_cancelled)
@@ -2864,7 +2862,6 @@ brasero_medium_init_real (BraseroMedium *object,
 
 	result = brasero_medium_get_speed (object, handle, &code);
 	if (result != TRUE)
-	if (result != TRUE)
 		return;
 
 	if (priv->probe_cancelled)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]