summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasm.h b/nasm.h
index 4799e912..c34d7f02 100644
--- a/nasm.h
+++ b/nasm.h
@@ -751,7 +751,7 @@ struct ofmt {
* and user-level equivalents for any format-specific
* directives).
*/
- const macros_t *stdmac;
+ macros_t *stdmac;
/*
* This procedure is called at the start of an output session.