[brasero] Initialize two variables even if that should not be necessary



commit 6c8498549fd84685331d352aab4da7c3a1a5668e
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Tue Sep 29 22:02:14 2009 +0200

    Initialize two variables even if that should not be necessary

 libbrasero-burn/brasero-drive-properties.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbrasero-burn/brasero-drive-properties.c b/libbrasero-burn/brasero-drive-properties.c
index 4e8c231..4185200 100644
--- a/libbrasero-burn/brasero-drive-properties.c
+++ b/libbrasero-burn/brasero-drive-properties.c
@@ -647,9 +647,9 @@ brasero_drive_properties_set_drive (BraseroDriveProperties *self,
 static void
 brasero_drive_properties_update (BraseroDriveProperties *self)
 {
+	BraseroBurnFlag compulsory = BRASERO_BURN_FLAG_NONE;
+	BraseroBurnFlag supported = BRASERO_BURN_FLAG_NONE;
 	BraseroDrivePropertiesPrivate *priv;
-	BraseroBurnFlag compulsory;
-	BraseroBurnFlag supported;
 	BraseroBurnFlag flags;
 
 	priv = BRASERO_DRIVE_PROPERTIES_PRIVATE (self);



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