diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ extern const char *PACKAGE_VERSION_GIT; -static gchar *opt_profile; +static gchar *opt_profile = "default"; static gboolean opt_private; static gboolean opt_version; static const gchar **opt_uris; |