From ce083074cf4a40fc6202970c195dec62bf98bc81 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 10 Aug 2002 21:58:14 +0000 Subject: [PATCH] Added missing newline svn path=/trunk/; revision=3329 --- reactos/lib/ntdll/rtl/timezone.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/ntdll/rtl/timezone.c b/reactos/lib/ntdll/rtl/timezone.c index c83ba18f66e..1fb83404e11 100644 --- a/reactos/lib/ntdll/rtl/timezone.c +++ b/reactos/lib/ntdll/rtl/timezone.c @@ -1,4 +1,4 @@ -/* $Id: timezone.c,v 1.1 2001/05/30 20:00:34 ekohl Exp $ +/* $Id: timezone.c,v 1.2 2002/08/10 21:58:14 ekohl Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -197,4 +197,4 @@ RtlSetTimeZoneInformation(PTIME_ZONE_INFORMATION TimeZoneInformation) return Status; } -/* EOF */ \ No newline at end of file +/* EOF */