Changeset 33b5477 in buchla-68k for libcio/conin.c


Ignore:
Timestamp:
07/14/2017 12:36:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
298f0b4
Parents:
928d5d9
Message:

Fixed argument order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/conin.c

    r928d5d9 r33b5477  
    1111int16_t _CBused;
    1212
    13 int16_t _conin(int8_t *buff, int16_t len)
     13int16_t _conin(io_arg arg, int8_t *buff, int16_t len)
    1414{
    1515        int16_t         nbp;
Note: See TracChangeset for help on using the changeset viewer.