Changeset 7dfd339 in mainline for uspace/app/klog/klog.c


Ignore:
Timestamp:
2010-07-28T15:23:45Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
14f2100
Parents:
69a60c4
Message:

slight optimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/klog/klog.c

    r69a60c4 r7dfd339  
    6868               
    6969                if (log != NULL)
    70                         fprintf(log, "%lc", ch);
     70                        fputc(ch, log);
    7171        }
    7272       
Note: See TracChangeset for help on using the changeset viewer.