Changeset 797dc79e in mainline


Ignore:
Timestamp:
2017-09-18T06:38:52Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c363fa2
Parents:
3e2291a9
Message:

Remove stray backslash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/ucall.c

    r3e2291a9 r797dc79e  
    281281{
    282282        log_msg(LOG_DEFAULT, LVL_DEBUG, "tcp_uc_abort()");
    283 \
     283
    284284        tcp_conn_lock(conn);
    285285        tcp_conn_reset(conn);
Note: See TracChangeset for help on using the changeset viewer.