Skip to content

Commit 24540ce

Browse files
committed
Fix trailing whitespace, fix includes in dos/dosboot
1 parent 085c64e commit 24540ce

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

mkapollo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ setvars () {
5252
BIN="${DIR}/${WORK}/bin"
5353
source ${SRC}/make_dist_config.sh
5454
DISTOPTNAME="--enable-dist-name=${DISTRONAME}"
55-
DISTOPTVER="--enable-dist-version=${DISTROVERSION} "
55+
DISTOPTVER="--enable-dist-version=${DISTROVERSION}"
5656
CONFOPTS="--target=amiga-m68k --with-optimization=-O${OPT} --with-aros-prefs=classic --with-resolution=${REZ} --with-cpu=${CPU} --with-fpu=${FPU} --disable-mmu --with-portssources=${PORTS}"
5757
if [ ${VAMP} = 0 ]; then CONFOPTS="${CONFOPTS} --with-nonvampire-support"; fi
5858
if [ ${DEBUG} = 1 ]; then CONFOPTS="${CONFOPTS} --enable-debug --with-serial-debug"; fi

rom/dos/banner.c

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
#include <string.h>
1010

11-
#include "../../../dist_config.h"
12-
1311
char *generate_banner()
1412
{
1513
#if defined(__DISTRONAME__)

rom/dos/boot.c

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
#include "dos_intern.h"
2525
#include "../dosboot/bootflags.h"
26-
#include "../../../dist_config.h"
2726

2827
extern char *generate_banner(void);
2928

rom/dosboot/menu.h

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#define BOOTMENU_DRIVER_H
33

44
#include "dosboot_intern.h"
5-
#include "../../../dist_config.h"
65

76
int bootmenu_Init(LIBBASETYPEPTR LIBBASE, BOOL WantBootMenu);
87

0 commit comments

Comments
 (0)