]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix typo 256/head
authorOlivier Beytrison <olivier@heliosnet.org>
Thu, 28 Mar 2013 09:54:26 +0000 (10:54 +0100)
committerOlivier Beytrison <olivier@heliosnet.org>
Thu, 28 Mar 2013 09:54:26 +0000 (10:54 +0100)
src/main/version.c

index a3a6ad73ef55ca7ddcdaa1f5cdbb6531f2807ea5..bbee0eab0288267836897e80f8b65b798d2b9b9d 100644 (file)
@@ -74,7 +74,7 @@ int ssl_version_check(void) {
 
 const char *ssl_version()
 {
-       return "not linked"
+       return "not linked";
 }
 #endif