From c1b143c95871210fcf7a29429d4a83a5933ab50d Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 20 Nov 2010 16:37:43 +0200 Subject: [PATCH] * cosmetic --- src/mu-runtime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mu-runtime.c b/src/mu-runtime.c index 5bfcb687..9f0f45ec 100644 --- a/src/mu-runtime.c +++ b/src/mu-runtime.c @@ -41,6 +41,7 @@ typedef struct _MuRuntimeData MuRuntimeData; /* static, global data for this singleton */ static gboolean _initialized = FALSE; + static MuRuntimeData *_data = NULL; static void runtime_free (void);