summaryrefslogtreecommitdiff
path: root/rdoff/rdf2ihx.c
diff options
context:
space:
mode:
Diffstat (limited to 'rdoff/rdf2ihx.c')
-rw-r--r--rdoff/rdf2ihx.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/rdoff/rdf2ihx.c b/rdoff/rdf2ihx.c
index ed915370..43e5c720 100644
--- a/rdoff/rdf2ihx.c
+++ b/rdoff/rdf2ihx.c
@@ -1,12 +1,14 @@
-/* rdf2ihx: convert an RDOFF object file to Intel Hex format. This is based
- on rdf2bin. Note that this program only writes 16-bit HEX. */
+/*
+ * rdf2ihx.c - convert an RDOFF object file to Intel Hex format.
+ * This is based on rdf2bin.
+ * Note that this program only writes 16-bit HEX.
+ */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "rdfload.h"
-#include "rdoff.h"
#include "nasmlib.h"
#include "symtab.h"
@@ -186,4 +188,3 @@ int main(int argc, char **argv)
fclose(of);
return 0;
}
-