summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>1999-09-28 19:38:43 +0000
committerMichael Jennings <mej@kainx.org>1999-09-28 19:38:43 +0000
commit3630db17ab4da396631c72e812d046c3c8b11938 (patch)
tree0b9130f363b2937579d348b6ebeb6866483f94cb /src/options.h
parent5cf9f106251254e3b5bd64423623340189eff71f (diff)
downloadeterm-3630db17ab4da396631c72e812d046c3c8b11938.tar.gz
Tue Sep 28 14:18:44 PDT 1999 Michael Jennings <mej@eterm.org>
Several fixes here, some of which I forgot to commit a couple days ago. Oopsie. =) SVN revision: 438
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index a83007b..4f55486 100644
--- a/src/options.h
+++ b/src/options.h
@@ -242,7 +242,7 @@ extern char *rs_pixmapScale;
extern char *rs_config_file;
extern unsigned int rs_line_space;
#ifndef NO_BOLDFONT
-extern const char *rs_boldFont;
+extern char *rs_boldFont;
#endif
#ifdef PRINTPIPE
extern char *rs_print_pipe;