summaryrefslogtreecommitdiff
path: root/lib/ZExpnRlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZExpnRlm.c')
-rw-r--r--lib/ZExpnRlm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ZExpnRlm.c b/lib/ZExpnRlm.c
index 54c2fdb..6f904b6 100644
--- a/lib/ZExpnRlm.c
+++ b/lib/ZExpnRlm.c
@@ -3,8 +3,7 @@
#include <ctype.h>
char *
-ZExpandRealm(realm)
-char *realm;
+ZExpandRealm(char *realm)
{
char *cp1, *cp2;
static char expand[REALM_SZ];