Changeset 552823e in mainline


Ignore:
Timestamp:
2009-04-09T18:40:46Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2c58f6
Parents:
ccf814f
Message:

Fix warning.

File:
1 edited

Legend:

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

    rccf814f r552823e  
    7575        klog_length = klog_size / sizeof(wchar_t);
    7676       
    77         klog = (char *) as_get_mappable_page(klog_pages);
     77        klog = (wchar_t *) as_get_mappable_page(klog_pages);
    7878        if (klog == NULL) {
    7979                printf(NAME ": Error allocating memory area\n");
Note: See TracChangeset for help on using the changeset viewer.