Changeset 72741f4 in buchla-68k for ram/showcfg.c


Ignore:
Timestamp:
11/15/2017 07:28:55 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
00c31a2
Parents:
7c5def4
Message:

Fixed incompatible pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/showcfg.c

    r7c5def4 r72741f4  
    313313{
    314314        register int16_t i, np;
    315         int16_t idbuf[8];
     315        int8_t idbuf[8];
    316316        register int8_t *cfgdat, *cfp;
    317317
Note: See TracChangeset for help on using the changeset viewer.