summaryrefslogtreecommitdiff
path: root/road_gui.c
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-07-26 03:33:12 +0000
committerbelugas <belugas@openttd.org>2006-07-26 03:33:12 +0000
commit40a89649116b2f863e9240af1a94667ef2c11275 (patch)
tree49db495ba0ae909a8a9645176b5b5b72483be02f /road_gui.c
parent4ad467cbce0947bb3f768d2b048eec683f78a84f (diff)
downloadopenttd-40a89649116b2f863e9240af1a94667ef2c11275.tar.xz
(svn r5609) CodeChange : Apply coding style
Diffstat (limited to 'road_gui.c')
-rw-r--r--road_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/road_gui.c b/road_gui.c
index 8613916fb..fc16e46fd 100644
--- a/road_gui.c
+++ b/road_gui.c
@@ -179,7 +179,7 @@ static OnButtonClick* const _build_road_button_proc[] = {
BuildRoadClick_Landscaping,
};
-static void BuildRoadToolbWndProc(Window* w, WindowEvent* e)
+static void BuildRoadToolbWndProc(Window *w, WindowEvent *e)
{
switch (e->event) {
case WE_PAINT:
@@ -346,7 +346,7 @@ void ShowBuildRoadScenToolbar(void)
AllocateWindowDescFront(&_build_road_scen_desc, 0);
}
-static void BuildRoadDepotWndProc(Window* w, WindowEvent* e)
+static void BuildRoadDepotWndProc(Window *w, WindowEvent *e)
{
switch (e->event) {
case WE_PAINT: