VirtualBox

Changeset 44465 in vbox for trunk/src


Ignore:
Timestamp:
Jan 30, 2013 1:25:22 PM (12 years ago)
Author:
vboxsync
Message:

DevAHCI.cpp: Used RT_SUCCESS instead of RT_FAILURE. Duh!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r44447 r44465  
    66
    77/*
    8  * Copyright (C) 2006-2012 Oracle Corporation
     8 * Copyright (C) 2006-2013 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    79777977     */
    79787978    rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns));
    7979     if (RT_SUCCESS(rc))
     7979    if (RT_FAILURE(rc))
    79807980        return rc;
    79817981
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette