From 8497ddae25ed8258609e78b78342d0513b16996c Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 24 May 2011 23:11:42 +0000 Subject: [PATCH] minior message change to cpp error statements --- qse/lib/cmn/time.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qse/lib/cmn/time.c b/qse/lib/cmn/time.c index 2b8efad3..dbad5363 100644 --- a/qse/lib/cmn/time.c +++ b/qse/lib/cmn/time.c @@ -1,5 +1,5 @@ /* - * $Id: time.c 455 2011-05-09 16:11:13Z hyunghwan.chung $ + * $Id: time.c 478 2011-05-24 05:11:42Z hyunghwan.chung $ * Copyright 2006-2011 Chung, Hyung-Hwan. This file is part of QSE. @@ -319,14 +319,14 @@ int qse_localtime (qse_ntime_t nt, qse_btime_t* bt) struct tm btm; tm = _localtime (&t, &btm); # else -# error Please support other compilers that I didn't try. +# error Please support other compilers # endif #elif defined(__DOS__) # if defined(__WATCOMC__) struct tm btm; tm = _localtime (&t, &btm); # else -# error Please support other compilers that I didn't try. +# error Please support other compilers # endif #else struct tm btm;