diff options
Diffstat (limited to 'drivemount/drive-list.c')
-rw-r--r-- | drivemount/drive-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivemount/drive-list.c b/drivemount/drive-list.c index 5dfbd5e1..7ebb6240 100644 --- a/drivemount/drive-list.c +++ b/drivemount/drive-list.c @@ -240,7 +240,7 @@ relayout_buttons (gpointer data) { DriveList *self = DRIVE_LIST (data); GList *sorted_buttons = NULL, *tmp; - int i; + int i = 0; self->layout_tag = 0; |