summaryrefslogtreecommitdiffstats
path: root/libasm/asm_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'libasm/asm_error.c')
-rw-r--r--libasm/asm_error.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libasm/asm_error.c b/libasm/asm_error.c
index 300a7983..54430497 100644
--- a/libasm/asm_error.c
+++ b/libasm/asm_error.c
@@ -52,8 +52,7 @@ asm_errno (void)
void
-__libasm_seterrno (value)
- int value;
+__libasm_seterrno (int value)
{
global_error = value;
}
@@ -75,8 +74,7 @@ static const char *msgs[ASM_E_NUM] =
};
const char *
-asm_errmsg (error)
- int error;
+asm_errmsg (int error)
{
int last_error = global_error;