projects
/
rmac
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More readability cleanups.
[rmac]
/
object.h
diff --git
a/object.h
b/object.h
index 01f4dadd2f1fcccb3bdefc3cfc72053d1c0db55f..dfb3035851143fdc30002f69e729c1b4bcbe00df 100644
(file)
--- a/
object.h
+++ b/
object.h
@@
-14,7
+14,7
@@
#define BSDHDRSIZE 0x20 // Size of BSD header
// Globals, externals etc
-extern char *objimage;
+extern char *
objimage;
// Prototypes
int object(WORD);