From 070314ff05198aa63d7d49fa11015566f02f7db2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 1 May 2007 07:58:43 +0000 Subject: [PATCH] Fixed compilation of test test_icu_I18N (syntax error). --- src/test_icu_I18N.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test_icu_I18N.c b/src/test_icu_I18N.c index 3b56883..a667425 100644 --- a/src/test_icu_I18N.c +++ b/src/test_icu_I18N.c @@ -1,4 +1,4 @@ -/* $Id: test_icu_I18N.c,v 1.2 2007-04-30 13:56:52 marc Exp $ +/* $Id: test_icu_I18N.c,v 1.3 2007-05-01 07:58:43 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -268,7 +268,7 @@ int main(int argc, char **argv) #else printf("ICU unit tests omitted.\n" - "Please install libicu36-dev and icu-doc or similar\n".); + "Please install libicu36-dev and icu-doc or similar\n"); YAZ_CHECK(0 == 0); #endif -- 1.7.10.4