summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 07cac5a..3b1a34c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,7 +31,7 @@
extern const char *PACKAGE_VERSION_GIT;
-static gchar *opt_profile = "default";
+static const gchar *opt_profile = "default";
static gboolean opt_private;
static gboolean opt_version;
static const gchar **opt_uris;