summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-07-26 22:29:15 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-07-26 22:29:15 +0000
commit5f6c2cbff7cd778b6487943d62e71ff9e7b04893 (patch)
tree2755ac7fd68397c47142e4ba030b8212e16862b2 /riscos/plugin.c
parentaae686d90a3741293c6b3f2d15c7e2976b72adb9 (diff)
downloadnetsurf-5f6c2cbff7cd778b6487943d62e71ff9e7b04893.tar.gz
netsurf-5f6c2cbff7cd778b6487943d62e71ff9e7b04893.tar.bz2
- Compiler warning squash
- Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
Diffstat (limited to 'riscos/plugin.c')
-rw-r--r--riscos/plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/riscos/plugin.c b/riscos/plugin.c
index dd10b3a2d..15a37d5f3 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -42,7 +42,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-
#include "oslib/mimemap.h"
#include "oslib/os.h"
#include "oslib/osfile.h"
@@ -50,7 +49,6 @@
#include "oslib/osgbpb.h"
#include "oslib/plugin.h"
#include "oslib/wimp.h"
-
#include "utils/config.h"
#include "content/content.h"
#include "content/fetch.h"