[Mixmaster-devel] r859 - trunk/Mix2.0/Src
Brought to you by:
weaselp
|
From: <we...@so...> - 2004-05-17 16:11:51
|
Author: weasel
Date: 2004-05-17 18:11:45 +0200 (Mon, 17 May 2004)
New Revision: 859
Modified:
trunk/Mix2.0/Src/type2.c
Log:
fix indentation
Modified: trunk/Mix2.0/Src/type2.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/Mix2.0/Src/type2.c 2004-05-17 16:10:05 UTC (rev 858)
+++ trunk/Mix2.0/Src/type2.c 2004-05-17 16:11:45 UTC (rev 859)
@@ -357,13 +357,13 @@
if (then =3D=3D 0)
{
if (VERBOSE)
- fprintf(errlog, "Ignoring message without timestamp.\n");
+ fprintf(errlog, "Ignoring message without timestamp.\n");
return(0);
}
if (then > now)
{
if (VERBOSE)
- fprintf(errlog, "Ignoring message with future timestamp.\n");
+ fprintf(errlog, "Ignoring message with future timestamp.\n");
return (0);
}
if (then > 0 && now - then > IDEXP * 3600)
|