diff options
Diffstat (limited to 'src/VBox/VMM/testcase/tstHelp.h')
| -rw-r--r-- | src/VBox/VMM/testcase/tstHelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/VMM/testcase/tstHelp.h b/src/VBox/VMM/testcase/tstHelp.h index f4403d84..1a3bba8f 100644 --- a/src/VBox/VMM/testcase/tstHelp.h +++ b/src/VBox/VMM/testcase/tstHelp.h @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2007 Oracle Corporation + * Copyright (C) 2006-2011 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -67,7 +67,7 @@ RT_C_DECLS_END { \ if (RT_OFFSETOF(strct, member) & ((align) - 1) ) \ { \ - printf("error! %s::%s offset=%#x (%u) expected alignment %x, meaning %#x (%u) off\n", \ + printf("error! %s::%s offset=%#x (%u) expected alignment %#x, meaning %#x (%u) off\n", \ #strct, #member, \ (unsigned)RT_OFFSETOF(strct, member), \ (unsigned)RT_OFFSETOF(strct, member), \ |
