summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nasm.h b/nasm.h
index 77c90b0c..00a5108b 100644
--- a/nasm.h
+++ b/nasm.h
@@ -844,7 +844,7 @@ struct ofmt {
* One thing the cleanup routine should always do is to close
* the output file pointer.
*/
- void (*cleanup)(int debuginfo);
+ void (*cleanup)(void);
};
/*
@@ -892,7 +892,7 @@ struct dfmt {
/*
* debug_deflabel - called whenever a label is defined. Parameters
* are the same as to 'symdef()' in the output format. This function
- * would be called before the output format version.
+ * is called after the output format version.
*/
void (*debug_deflabel)(char *name, int32_t segment, int64_t offset,