[gnome-video-arcade] Silence a compiler warning.



commit 925ea63721ba1a6dc3d2cadf90d93fd5d00bbeb4
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Feb 14 20:23:39 2010 -0500

    Silence a compiler warning.

 src/gva-history.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gva-history.c b/src/gva-history.c
index 28240ff..b5e36ee 100644
--- a/src/gva-history.c
+++ b/src/gva-history.c
@@ -99,7 +99,7 @@ history_process_link (HistoryEntry *entry,
 gboolean
 gva_history_init (GError **error)
 {
-        HistoryEntry *entry;
+        HistoryEntry *entry = NULL;
         GIOChannel *channel;
         GIOStatus status;
         GString *buffer;



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