diff options
author | 2016-06-29 08:34:30 +0200 | |
---|---|---|
committer | 2016-06-29 08:34:30 +0200 | |
commit | 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e (patch) | |
tree | a1f1874aa84850bddbebd2b0e0bfc3e1c77ce8c4 /src/lib/util/timeconv.cpp | |
parent | 1f6f1bfd6cfb748d9c5e159d6bd014bab8d30944 (diff) |
Cleanup and version bumpmame0175
Diffstat (limited to 'src/lib/util/timeconv.cpp')
-rw-r--r-- | src/lib/util/timeconv.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/util/timeconv.cpp b/src/lib/util/timeconv.cpp index 4511aa20d41..e0d41fbde75 100644 --- a/src/lib/util/timeconv.cpp +++ b/src/lib/util/timeconv.cpp @@ -2,9 +2,9 @@ // copyright-holders:Vas Crabb, Nathan Woods /********************************************************************* - timeconv.cpp + timeconv.cpp - Time conversion utility code + Time conversion utility code ***************************************************************************/ @@ -16,21 +16,21 @@ namespace util { namespace { /*************************************************************************** - PROTOTYPES + PROTOTYPES ***************************************************************************/ util::ntfs_duration calculate_ntfs_offset(); /*************************************************************************** - GLOBAL VARIABLES + GLOBAL VARIABLES ***************************************************************************/ util::ntfs_duration f_ntfs_offset(calculate_ntfs_offset()); /*************************************************************************** - IMPLEMENTATION + IMPLEMENTATION ***************************************************************************/ util::ntfs_duration calculate_ntfs_offset() |