[tracker: 1/2] portal: Make option entries array NULL-terminated
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker: 1/2] portal: Make option entries array NULL-terminated
- Date: Thu, 29 Sep 2022 10:57:53 +0000 (UTC)
commit b3f5c03ed2ab467b56b588a1dda30b5f18a224de
Author: Moody <mooodyhunter outlook com>
Date: Thu Sep 29 10:37:34 2022 +0000
portal: Make option entries array NULL-terminated
src/portal/tracker-main.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/portal/tracker-main.c b/src/portal/tracker-main.c
index 182d3e509..fabf14c71 100644
--- a/src/portal/tracker-main.c
+++ b/src/portal/tracker-main.c
@@ -53,6 +53,7 @@ static GOptionEntry entries[] = {
N_("Version"),
NULL
},
+ { 0 },
};
static int
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]