]> Shamusworld >> Repos - rmac/blobdiff - object.c
More readability cleanups.
[rmac] / object.c
index 9a750ddaa6c638978e25447a081d84cb3165cae3..2148b5f054891351f9bcfdb94d8d1c0b9185e926 100644 (file)
--- a/object.c
+++ b/object.c
@@ -133,6 +133,7 @@ int object(WORD fd)
 
                // Construct TEXT and DATA segments (without relocation changes)
                p = buf + BSDHDRSIZE;
 
                // Construct TEXT and DATA segments (without relocation changes)
                p = buf + BSDHDRSIZE;
+
                for(i=TEXT; i<=DATA; ++i)
                {
                        for(cp=sect[i].sfcode; cp!=NULL; cp=cp->chnext)
                for(i=TEXT; i<=DATA; ++i)
                {
                        for(cp=sect[i].sfcode; cp!=NULL; cp=cp->chnext)