station_gui.c
changeset 4549 106ed18a7675
parent 4416 442b18840569
child 4634 07699ac2bf37
--- a/station_gui.c	Mon Sep 04 17:30:30 2006 +0000
+++ b/station_gui.c	Mon Sep 04 20:40:33 2006 +0000
@@ -247,7 +247,7 @@
 	switch (e->event) {
 	case WE_PAINT: {
 		/* Set up cargo click-states. Toggle the all-vehicle and all-cargo types button
-		* depending on if all types are clicked or not */
+		 * depending on if all types are clicked or not */
 		SB(w->click_state, 6, 5, facilities);
 		SB(w->click_state, 26, 1, facilities == (FACIL_TRAIN | FACIL_TRUCK_STOP | FACIL_BUS_STOP | FACIL_AIRPORT | FACIL_DOCK));
 		SB(w->click_state, 12, NUM_CARGO + 1, cargo_filter);