diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-06 15:56:51 (EST) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-06 15:56:51 (EST) |
commit | 6b90d5f5067718155f93b8d5f3f4f5c8544c1838 (patch) | |
tree | 4bbd00c5c09747b0ec2de10cffc91c4d1fa40296 /src | |
parent | 95bd27031362cd691637546ac7975655a470555c (diff) | |
download | marquee-6b90d5f5067718155f93b8d5f3f4f5c8544c1838.zip marquee-6b90d5f5067718155f93b8d5f3f4f5c8544c1838.tar.gz marquee-6b90d5f5067718155f93b8d5f3f4f5c8544c1838.tar.bz2 |
src/main.c: Don't set default profile ID
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 const gchar *opt_profile = "default"; +static const gchar *opt_profile; static gboolean opt_version; static const gchar **opt_uris; |