summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugint.c
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-06-25 21:48:33 -0500
committer Cowering <cowering@users.noreply.github.com>2015-07-08 14:05:56 -0500
commita821b6c4bedde75481a5c4abce038462da3a4c9f (patch)
treed7deee5e8447f7c0d3872ad4a58b10058c669a26 /src/osd/modules/debugger/debugint.c
parent9306af2c50e06d307b6acf72089e0cbb37d85718 (diff)
blame balrog for this :) (NW)
Diffstat (limited to 'src/osd/modules/debugger/debugint.c')
-rw-r--r--src/osd/modules/debugger/debugint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/debugger/debugint.c b/src/osd/modules/debugger/debugint.c
index 41620def623..093c3b9cf85 100644
--- a/src/osd/modules/debugger/debugint.c
+++ b/src/osd/modules/debugger/debugint.c
@@ -64,7 +64,7 @@ enum
RECT_DVIEW_TITLE,
RECT_DVIEW_HSB,
RECT_DVIEW_VSB,
- RECT_DVIEW_SIZE,
+ RECT_DVIEW_SIZE
};
enum
@@ -73,7 +73,7 @@ enum
VIEW_STATE_MOVING = 0x02,
VIEW_STATE_SIZING = 0x04,
VIEW_STATE_NEEDS_UPDATE = 0x08,
- VIEW_STATE_FOLLOW_CPU = 0x10,
+ VIEW_STATE_FOLLOW_CPU = 0x10
};
/***************************************************************************