aboutsummaryrefslogtreecommitdiff
path: root/rose.c
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-08-19 19:37:30 +0200
committerNunoSempere <nuno.sempere@protonmail.com>2023-08-19 19:37:30 +0200
commit67b46c64200842f0de995854e5f11b9add7a013f (patch)
treec62f432889be7c9b5a04a29896039ea73ccea380 /rose.c
parentaec21c71a65e68ac8488271a94fbf23f4f894f0d (diff)
Add clang-tidy linting, callable with make lint.
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();