Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/trackmod/xm.c

    r16bfcd3 rccbf93f  
    3838#include <stdlib.h>
    3939#include <mem.h>
    40 #include <types/common.h>
    4140
    4241#include "byteorder.h"
     
    290289        size_t instr_size;
    291290        size_t smp_size;
    292         size_t smp_hdr_size = 0;  /* GCC false alarm on uninitialized */
     291        size_t smp_hdr_size = 0; /* GCC false alarm on uninitialized */
    293292        ssize_t nread;
    294293        uint8_t ltype;
Note: See TracChangeset for help on using the changeset viewer.