diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-10-31 00:52:45 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-10-31 00:52:45 (EDT) |
commit | 366b9e0021053c8749f5f4d39ea4227c9102669a (patch) | |
tree | 8a0b518eb50e5de710b99be288be6d5c2286bb39 | |
parent | b0a61c843a54681ac207009d8fbc74f0f240513f (diff) | |
download | marquee-366b9e0021053c8749f5f4d39ea4227c9102669a.zip marquee-366b9e0021053c8749f5f4d39ea4227c9102669a.tar.gz marquee-366b9e0021053c8749f5f4d39ea4227c9102669a.tar.bz2 |
about:marquee: Make document variable static
-rw-r--r-- | src/about/marquee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about/marquee.c b/src/about/marquee.c index aab1d2e..8c46f0f 100644 --- a/src/about/marquee.c +++ b/src/about/marquee.c @@ -26,7 +26,7 @@ #include "../application.h" #include "../about.h" -const gchar *document = +static const gchar *document = "<!doctype html>" "<html dir=\"%s\">" "<head>" |