aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Authorisation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authorisation.c b/src/Authorisation.c
index 42529be..bec292b 100644
--- a/src/Authorisation.c
+++ b/src/Authorisation.c
@@ -342,7 +342,7 @@ static int VerifyPassword(const char *database,
retcode = 1;
}
#else
- CCTK_WARN( 1, "Sorry, crypt(3) not supported in this configuration.\n" )
+ CCTK_WARN( 1, "Sorry, crypt(3) not supported in this configuration.\n" );
#endif
}
else