diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-20 16:37:43 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-20 16:37:43 +0200 |
| commit | c1b143c95871210fcf7a29429d4a83a5933ab50d (patch) | |
| tree | 1fbf961531d997168a303de254b1665560ab093b /src | |
| parent | 20e39933e53f72a416f7ad3c1daa3e811c8419cd (diff) | |
* cosmetic
Diffstat (limited to 'src')
| -rw-r--r-- | src/mu-runtime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mu-runtime.c b/src/mu-runtime.c index 5bfcb68..9f0f45e 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); |
