diff options
Diffstat (limited to 'src/VBox/Runtime/common/string/memchr.cpp')
-rw-r--r-- | src/VBox/Runtime/common/string/memchr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/common/string/memchr.cpp b/src/VBox/Runtime/common/string/memchr.cpp index f6cc7ed56..ba2de0958 100644 --- a/src/VBox/Runtime/common/string/memchr.cpp +++ b/src/VBox/Runtime/common/string/memchr.cpp @@ -1,4 +1,4 @@ -/* $Id: memchr.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: memchr.cpp $ */ /** @file * IPRT - CRT Strings, memcpy(). */ |