From f878fe100d58404b2825051672d2d0e39a6714d4 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 29 Oct 2017 18:24:33 -0400 Subject: src/main.c: Set default profile option argument --- (limited to 'src') diff --git a/src/main.c b/src/main.c index 51f3d84..07cac5a 100644 --- a/src/main.c +++ b/src/main.c @@ -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; -- cgit v0.9.1