diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-10-29 18:24:33 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-10-29 18:24:33 (EDT) |
commit | f878fe100d58404b2825051672d2d0e39a6714d4 (patch) | |
tree | 4c6c3a0972c858f334fa0628c0f0eb0ca5887478 /src | |
parent | 04b074517fbad81f111982c3252b232956de579d (diff) | |
download | marquee-f878fe100d58404b2825051672d2d0e39a6714d4.zip marquee-f878fe100d58404b2825051672d2d0e39a6714d4.tar.gz marquee-f878fe100d58404b2825051672d2d0e39a6714d4.tar.bz2 |
src/main.c: Set default profile option argument
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; |