VirtualBox

Changeset 54726 in vbox for trunk


Ignore:
Timestamp:
Mar 11, 2015 8:40:51 PM (10 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/stream.cpp

    r54724 r54726  
    471471RTR3DECL(int) RTStrmInputGetEchoChars(PRTSTREAM pStream, bool *pfEchoChars)
    472472{
    473     int rc;
     473    int rc = VINF_SUCCESS;
    474474
    475475    AssertPtrReturn(pStream, VERR_INVALID_HANDLE);
     
    506506RTR3DECL(int) RTStrmInputSetEchoChars(PRTSTREAM pStream, bool fEchoChars)
    507507{
    508     int rc;
     508    int rc = VINF_SUCCESS;
    509509
    510510    AssertPtrReturn(pStream, VERR_INVALID_HANDLE);
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