Changeset 4cac2d69 in mainline for uspace/srv/clip/clip.c


Ignore:
Timestamp:
2010-02-04T17:01:07Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d42976c
Parents:
b1d3c36
Message:

fix futile typedef to a working one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/clip/clip.c

    rb1d3c36 r4cac2d69  
    6565                break;
    6666        case CLIPBOARD_TAG_DATA:
    67                 rc = async_data_write_accept((char **) &data, false, 0, 0, 0, &size);
     67                rc = async_data_write_accept((void **) &data, false, 0, 0, 0, &size);
    6868                if (rc != EOK) {
    6969                        ipc_answer_0(rid, rc);
Note: See TracChangeset for help on using the changeset viewer.