Changeset 42261 in vbox for trunk/src/VBox/Runtime/common/misc/s3.cpp
- Timestamp:
- Jul 20, 2012 1:27:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/s3.cpp
r39985 r42261 5 5 6 6 /* 7 * Copyright (C) 2009 Oracle Corporation7 * Copyright (C) 2009-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 258 258 case 404: rc = VERR_S3_NOT_FOUND; break; /* Site not found */ 259 259 } 260 }else 260 } 261 else 261 262 { 262 263 switch(code)
Note:
See TracChangeset
for help on using the changeset viewer.