Ignore:
Timestamp:
Feb 18, 2016, 5:18:51 PM (9 years ago)
Author:
Ben Rietbroek
Message:

Fixed building on Linux [v1.1.1-testing]

Of course the lowercasing broke building on Linux.
This commit fixes that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/c/install.c

    r57 r60  
    1919
    2020
    21 #include    "INSTALL.H"
     21#include    "install.h"
    2222
    2323
     
    15671567
    15681568
    1569     // Allocate buffers for Track0 and AIRBOOT.BIN.
     1569    // Allocate buffers for Track0 and 'airboot.bin'.
    15701570    Track0 = malloc(SECTOR_COUNT * BYTES_PER_SECTOR);
    15711571    Bootcode = malloc(SECTOR_COUNT * BYTES_PER_SECTOR);
Note: See TracChangeset for help on using the changeset viewer.