From de3df033d38436a7d780b5d7bec87ab0377d72e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BChlstrasser?= Date: Sun, 8 Feb 2015 17:21:23 +0100 Subject: [PATCH] Remove tabs, fixed accidental insertion of stdio.h. --- src/common/target.c | 2 +- src/common/target.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/target.c b/src/common/target.c index 24734f196..6139c4a39 100644 --- a/src/common/target.c +++ b/src/common/target.c @@ -201,7 +201,7 @@ static int Compare (const void* Key, const void* Entry) return strcmp ((const char*) Key, ((const TargetEntry*)Entry)->Name); } -#include + target_t FindTarget (const char* Name) /* Find a target by name and return the target id. TGT_UNKNOWN is returned if diff --git a/src/common/target.h b/src/common/target.h index edce36fa5..0b50e5060 100644 --- a/src/common/target.h +++ b/src/common/target.h @@ -64,8 +64,8 @@ typedef enum { TGT_PLUS4, TGT_CBM510, TGT_CBM610, - TGT_OSIC1P, - TGT_PET, + TGT_OSIC1P, + TGT_PET, TGT_BBC, TGT_APPLE2, TGT_APPLE2ENH, @@ -76,7 +76,7 @@ typedef enum { TGT_NES, TGT_SUPERVISION, TGT_LYNX, - TGT_SIM6502, + TGT_SIM6502, TGT_SIM65C02, TGT_COUNT /* Number of target systems */ } target_t; -- 2.39.5