Ignore:
Timestamp:
May 6, 2010, 3:08:34 AM (15 years ago)
Author:
David Azarewicz
Message:

Rework buffer management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/init.cpp

    r259 r483  
    137137        DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result);
    138138        DosWrite(1, (VOID FAR*)szParamError, sizeof(szParamError)-1, &result);
    139         return;                 
     139        return;
    140140    }
    141141
     
    194194        DosWrite(1, (VOID FAR*)szAlsaError, sizeof(szAlsaError)-1, &result);
    195195        DosWrite(1, (VOID FAR*)NEWLINE, sizeof(NEWLINE)-1, &result);
    196         return;                 
     196        return;
    197197    }
    198198
Note: See TracChangeset for help on using the changeset viewer.