projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3d02a
)
Fix code indentation
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 25 Nov 2013 01:35:11 +0000
(20:35 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 2 Dec 2013 01:53:34 +0000
(20:53 -0500)
src/pgmwin.c
patch
|
blob
|
history
diff --git
a/src/pgmwin.c
b/src/pgmwin.c
index
2e6927a
..
09a6e83
100644
(file)
--- a/
src/pgmwin.c
+++ b/
src/pgmwin.c
@@
-220,7
+220,8
@@
pgmwin_refresh(void)
int valid;
GtkTreeIter iter;
char str[128];
- int k; int col_id;
+ int k;
+ int col_id;
int InstSize;
unsigned char OpCode;