diff options
author | corvid <corvid@lavabit.com> | 2008-12-22 08:45:53 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2008-12-22 08:45:53 -0300 |
commit | a821e0e87480e8b812ab5975c1031d5ee5eb2587 (patch) | |
tree | ebd7bb71dc9924fe3ad777211c02b5c3861a604d /src/IO/about.c | |
parent | f608cd336bcdb7019499df122dad986f9548a214 (diff) |
Added some const quialifiers.
Diffstat (limited to 'src/IO/about.c')
-rw-r--r-- | src/IO/about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 27b24f47..03d5057c 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -14,7 +14,7 @@ /* * HTML text for startup screen */ -const char *AboutSplash= +const char *const AboutSplash= "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>\n" "<html>\n" "<head>\n" |