summaryrefslogtreecommitdiff
path: root/station_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'station_gui.c')
-rw-r--r--station_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/station_gui.c b/station_gui.c
index 14d93c21d..90a547c72 100644
--- a/station_gui.c
+++ b/station_gui.c
@@ -420,7 +420,7 @@ static void DrawStationViewWindow(Window *w)
if (b == &_userstring[3]) {
b[0] = 0x81;
- b[1] = STR_00D0_NOTHING;
+ b[1] = (char)STR_00D0_NOTHING;
b[2] = STR_00D0_NOTHING >> 8;
b[3] = 0;
} else {