projects
/
micropolis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e20a258
)
add missing break in switch
author
Michael Gernoth
<michael@gernoth.net>
Tue, 15 Jan 2008 23:35:16 +0000
(
00:35
+0100)
committer
Michael Gernoth
<michael@gernoth.net>
Tue, 15 Jan 2008 23:35:16 +0000
(
00:35
+0100)
src/sim/g_bigmap.c
patch
|
blob
|
blame
|
history
diff --git
a/src/sim/g_bigmap.c
b/src/sim/g_bigmap.c
index 7e99174ea8759388bea5cfdb3f0beaedad639d8d..d70225d5171c89f080ad1edaaec300958746a34e 100644
(file)
--- a/
src/sim/g_bigmap.c
+++ b/
src/sim/g_bigmap.c
@@
-192,6
+192,8
@@
MemDrawBeegMapRect(SimView *view, int x, int y, int w, int h)
case 24:
case 32:
ROW16_32();
+ break;
+
default:
/* XXX: handle different depths */
break;
Impressum
,
Datenschutz