From c844ec8d821bdb2700e0e3d0a318f11ce5759e0c Mon Sep 17 00:00:00 2001 From: simon75j Date: Fri, 12 Mar 2010 15:25:52 +0000 Subject: [PATCH] Fix output for unsupported firmware. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@238 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- ykpersonalize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5