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