summaryrefslogtreecommitdiff
path: root/daemon/main.c
diff options
context:
space:
mode:
authorJusung Son <jusung07.son@samsung.com>2020-06-16 13:46:46 +0900
committerJusung Son <jusung07.son@samsung.com>2020-06-16 13:46:46 +0900
commitf2a5f512f8bf02ba30f28ff4c42d97f52b1101be (patch)
treecf36fa00f13decca9b490a0bda3a061274674fa1 /daemon/main.c
parentf09a2b35333018ba5c9b95d6db2160ef8ba37610 (diff)
downloadbuxton2-f2a5f512f8bf02ba30f28ff4c42d97f52b1101be.tar.gz
buxton2-f2a5f512f8bf02ba30f28ff4c42d97f52b1101be.tar.bz2
buxton2-f2a5f512f8bf02ba30f28ff4c42d97f52b1101be.zip
Fix build warnings
Change-Id: I8745bd765b9486238a01bdd8e791727466d52f9e Signed-off-by: Jusung Son <jusung07.son@samsung.com>
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/main.c b/daemon/main.c
index 1f5d8b1..56d5891 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -29,7 +29,7 @@
#include "daemon.h"
-static const struct option const opts[] = {
+static const struct option opts[] = {
{ "config-file", required_argument, NULL, 'c' },
{ "foreground", no_argument, NULL, 'f' },
{ "help", no_argument, NULL, 'h' },