aboutsummaryrefslogtreecommitdiff
path: root/rose.c
diff options
context:
space:
mode:
Diffstat (limited to 'rose.c')
-rw-r--r--rose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rose.c b/rose.c
index b7d8630..a8a4253 100644
--- a/rose.c
+++ b/rose.c
@@ -488,7 +488,7 @@ void setup(GtkNotebook* notebook, int argc, char** argv)
int main(int argc, char** argv)
{
- GtkNotebook* notebook;
+ GtkNotebook* notebook = NULL;
gtk_init(NULL, NULL);
setup(notebook, argc, argv);
gtk_main();