diff options
Diffstat (limited to 'src/VBox/Runtime/common/alloc/heapsimple.cpp')
-rw-r--r-- | src/VBox/Runtime/common/alloc/heapsimple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/common/alloc/heapsimple.cpp b/src/VBox/Runtime/common/alloc/heapsimple.cpp index 3377e6597..7e680132d 100644 --- a/src/VBox/Runtime/common/alloc/heapsimple.cpp +++ b/src/VBox/Runtime/common/alloc/heapsimple.cpp @@ -1,4 +1,4 @@ -/* $Id: heapsimple.cpp 35525 2011-01-13 14:00:37Z vboxsync $ */ +/* $Id: heapsimple.cpp $ */ /** @file * IPRT - A Simple Heap. */ |