summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-06 15:56:51 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-06 15:56:51 (EST)
commit6b90d5f5067718155f93b8d5f3f4f5c8544c1838 (patch)
tree4bbd00c5c09747b0ec2de10cffc91c4d1fa40296 /src/main.c
parent95bd27031362cd691637546ac7975655a470555c (diff)
downloadmarquee-6b90d5f5067718155f93b8d5f3f4f5c8544c1838.zip
marquee-6b90d5f5067718155f93b8d5f3f4f5c8544c1838.tar.gz
marquee-6b90d5f5067718155f93b8d5f3f4f5c8544c1838.tar.bz2
src/main.c: Don't set default profile ID
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 b48886f..7b18027 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,7 +31,7 @@
extern const char *PACKAGE_VERSION_GIT;
-static const gchar *opt_profile = "default";
+static const gchar *opt_profile;
static gboolean opt_version;
static const gchar **opt_uris;