]> git.sur5r.net Git - cc65/commitdiff
Remove tabs, fixed accidental insertion of stdio.h.
authorStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Sun, 8 Feb 2015 16:21:23 +0000 (17:21 +0100)
committerStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Sun, 8 Feb 2015 16:21:23 +0000 (17:21 +0100)
src/common/target.c
src/common/target.h

index 24734f1963df4cf0fde5b40d1eacf4ff4844bb34..6139c4a39f1ee7c72eb7400d4d0e3ddb0edc5960 100644 (file)
@@ -201,7 +201,7 @@ static int Compare (const void* Key, const void* Entry)
     return strcmp ((const char*) Key, ((const TargetEntry*)Entry)->Name);
 }
 
-#include <stdio.h>
+
 
 target_t FindTarget (const char* Name)
 /* Find a target by name and return the target id. TGT_UNKNOWN is returned if
index edce36fa5ec1852e7a93dc1f1dd76a229719372e..0b50e506032b1b4901019a645a54df366db49652 100644 (file)
@@ -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;