Changeset 18265 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Mar 25, 2009 5:09:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VDICore.h
r16873 r18265 5 5 6 6 /* 7 * Copyright (C) 2006-200 7Sun Microsystems, Inc.7 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 51 51 * Must be less than 64 bytes in length, including the trailing 0. 52 52 */ 53 #define VDI_IMAGE_FILE_INFO "<<< Sun xVMVirtualBox Disk Image >>>\n"53 #define VDI_IMAGE_FILE_INFO "<<< Sun VirtualBox Disk Image >>>\n" 54 54 55 55 /** The Sector size.
Note:
See TracChangeset
for help on using the changeset viewer.