From: Simon Josefsson Date: Fri, 12 Mar 2010 15:25:52 +0000 (+0000) Subject: Fix output for unsupported firmware. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~29 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1646d2b11453a4847da98dc9f30bbedb72136cb;p=yubikey-personalization Fix output for unsupported firmware. --- diff --git a/ykpersonalize.c b/ykpersonalize.c index 02d7267..2537703 100644 --- a/ykpersonalize.c +++ b/ykpersonalize.c @@ -1,6 +1,6 @@ /* -*- mode:C; c-file-style: "bsd" -*- */ /* - * Copyright (c) 2008, 2009, Yubico AB + * Copyright (c) 2008, 2009, 2010, Yubico AB * Copyright (c) 2010 Tollef Fog Heen * All rights reserved. * @@ -237,7 +237,7 @@ int main(int argc, char **argv) "features may not be available\n" "Please see \n" "http://code.google.com/p/yubikey-personalization/wiki/Compatibility\n" - "for more information"); + "for more information.\n"); } else { goto err; }