- Timestamp:
- Mar 11, 2015 8:40:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/stream.cpp
r54724 r54726 471 471 RTR3DECL(int) RTStrmInputGetEchoChars(PRTSTREAM pStream, bool *pfEchoChars) 472 472 { 473 int rc ;473 int rc = VINF_SUCCESS; 474 474 475 475 AssertPtrReturn(pStream, VERR_INVALID_HANDLE); … … 506 506 RTR3DECL(int) RTStrmInputSetEchoChars(PRTSTREAM pStream, bool fEchoChars) 507 507 { 508 int rc ;508 int rc = VINF_SUCCESS; 509 509 510 510 AssertPtrReturn(pStream, VERR_INVALID_HANDLE);
Note:
See TracChangeset
for help on using the changeset viewer.