diff options
Diffstat (limited to 'src/VBox/Runtime/common/time/time.cpp')
-rw-r--r-- | src/VBox/Runtime/common/time/time.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Runtime/common/time/time.cpp b/src/VBox/Runtime/common/time/time.cpp index 6a04c4216..3a4e7b6bc 100644 --- a/src/VBox/Runtime/common/time/time.cpp +++ b/src/VBox/Runtime/common/time/time.cpp @@ -1,4 +1,4 @@ -/* $Id: time.cpp $ */ +/* $Id: time.cpp 36555 2011-04-05 12:34:09Z vboxsync $ */ /** @file * IPRT - Time. */ @@ -419,7 +419,7 @@ RT_EXPORT_SYMBOL(RTTimeImplode); * Internal worker for RTTimeNormalize and RTTimeLocalNormalize. * It doesn't adjust the UCT offset but leaves that for RTTimeLocalNormalize. */ -PRTTIME rtTimeNormalizeInternal(PRTTIME pTime) +static PRTTIME rtTimeNormalizeInternal(PRTTIME pTime) { unsigned uSecond; unsigned uMinute; |