1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00

Fix typo.

This commit is contained in:
Simon Josefsson 2010-06-22 16:01:39 +00:00
parent 5df3b578dd
commit 9846078544

View File

@ -21,7 +21,7 @@ $shortksms = array_map("ksmurl2shortname", $ksms);
if ($argc==2 && strcmp($argv[1], "autoconf") == 0) { if ($argc==2 && strcmp($argv[1], "autoconf") == 0) {
print "yes\n"; print "yes\n";
exit 0; exit (0);
} }
if ($argc==2 && strcmp($argv[1], "config") == 0) { if ($argc==2 && strcmp($argv[1], "config") == 0) {