diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2013-02-04 14:27:54 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2013-02-04 14:27:54 +0000 |
| commit | de27df73027a9d009becb273d4ec7db192d32adb (patch) | |
| tree | 5dceb732119990cf89ce9ac358786e3903cdc98a /src/VBox/Runtime/common/string/strformat.cpp | |
| parent | 68d5060aa7a6f0a7d9b6763f5a3001f6c31d3d82 (diff) | |
| download | VirtualBox-svn-de27df73027a9d009becb273d4ec7db192d32adb.tar.gz | |
header (C) fixes
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@44528 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/common/string/strformat.cpp')
| -rw-r--r-- | src/VBox/Runtime/common/string/strformat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/common/string/strformat.cpp b/src/VBox/Runtime/common/string/strformat.cpp index 3dc6c4578c3..0c44f2b3b88 100644 --- a/src/VBox/Runtime/common/string/strformat.cpp +++ b/src/VBox/Runtime/common/string/strformat.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2007 Oracle Corporation + * Copyright (C) 2006-2012 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; |
