From 907115c49d571eea11919e55d84bd599154ccb0f Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 9 Jul 2003 22:06:39 +0000 Subject: [project @ 2003-07-09 22:06:39 by bursa] Bool fixes. svn path=/import/netsurf/; revision=215 --- riscos/plugin.c | 4 ++-- riscos/plugin.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'riscos') diff --git a/riscos/plugin.c b/riscos/plugin.c index 4df604371..421d8b6f2 100644 --- a/riscos/plugin.c +++ b/riscos/plugin.c @@ -89,8 +89,8 @@ bool plugin_handleable(const char *mime_type) sprintf(sysvar, "%s%x", ALIAS_PREFIX, e == NULL ? fv : 0 ); if (getenv(sysvar) == 0) - return false; - return true; + return FALSE; + return TRUE; } /** diff --git a/riscos/plugin.h b/riscos/plugin.h index 9456e3883..0c65012f1 100644 --- a/riscos/plugin.h +++ b/riscos/plugin.h @@ -8,7 +8,6 @@ #ifndef _NETSURF_RISCOS_PLUGIN_H_ #define _NETSURF_RISCOS_PLUGIN_H_ -#include #include "netsurf/content/content.h" #include "netsurf/render/box.h" -- cgit v1.2.3