diff options
Diffstat (limited to 'app/showfont/showfont.c')
-rw-r--r-- | app/showfont/showfont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/showfont/showfont.c b/app/showfont/showfont.c index 35b7f2fe6..4ba01a603 100644 --- a/app/showfont/showfont.c +++ b/app/showfont/showfont.c @@ -80,7 +80,7 @@ static Bool extents_only = False; /* -extents_only */ static FSServer *svr; /* set from bitmap_pad to ImageRectMin, ImageMaxWidth, or ImageMax */ -static int bitmap_format; +static int bitmap_format; static FSBitmapFormat make_format(void) @@ -356,7 +356,7 @@ usage(void) int main(int argc, char **argv) { - char *servername = "localhost:7100"; /* -server: font server name */ + const char *servername = "localhost:7100"; /* -server: font server name */ char *fontname = NULL; /* -fn: font name */ int i; Font fid, |