From: simon75j Date: Fri, 12 Mar 2010 15:25:52 +0000 (+0000) Subject: Fix output for unsupported firmware. X-Git-Tag: yubikey-personalisation_1.3.2-1~1^2~3 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c844ec8d821bdb2700e0e3d0a318f11ce5759e0c;p=yubikey-personalization Fix output for unsupported firmware. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@238 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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; }