summaryrefslogtreecommitdiff
path: root/stdlib/l64a.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/l64a.c')
-rw-r--r--stdlib/l64a.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/l64a.c b/stdlib/l64a.c
index 379e1f896e..bed8cd29bd 100644
--- a/stdlib/l64a.c
+++ b/stdlib/l64a.c
@@ -32,8 +32,7 @@ static const char conv_table[64] =
};
char *
-l64a (n)
- long int n;
+l64a (long int n)
{
unsigned long int m = (unsigned long int) n;
static char result[7];