about summary refs log tree commit diff
path: root/src/engine/client/ec_ui.c
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-25 11:56:11 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-25 11:56:11 +0000
commit5050c0ca4f266c2bbfd5651f61256c6606253000 (patch)
tree16553678c4369b62d9496d188483e07c49ded29d /src/engine/client/ec_ui.c
parentcd6d5e6237acf659d75fa64568506c152ce41ec9 (diff)
downloadzcatch-5050c0ca4f266c2bbfd5651f61256c6606253000.tar.gz
zcatch-5050c0ca4f266c2bbfd5651f61256c6606253000.zip
compile fixes
Diffstat (limited to 'src/engine/client/ec_ui.c')
-rw-r--r--src/engine/client/ec_ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/client/ec_ui.c b/src/engine/client/ec_ui.c
index 50234a6b..5ba9c0d9 100644
--- a/src/engine/client/ec_ui.c
+++ b/src/engine/client/ec_ui.c
@@ -275,4 +275,3 @@ void ui_margin(const struct rect *original, int pixels, struct rect *other_rect)
     other_rect->w = r.w - 2*pixels;
     other_rect->h = r.h - 2*pixels;
 }
-