summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-12-04 00:53:20 +0100
committerOle Loots <ole@monochrom.net>2013-12-04 00:53:20 +0100
commit8a56be414f75a666b6150252ec1ccae7851eb644 (patch)
treea5a11fbe05433ce9bd4d9a51984271e333af6921
parenta2ec08be804a028c017bfc55d24931fb5d8ac489 (diff)
downloadnetsurf-8a56be414f75a666b6150252ec1ccae7851eb644.tar.gz
netsurf-8a56be414f75a666b6150252ec1ccae7851eb644.tar.bz2
fix previous prototype
-rwxr-xr-xatari/plot/plot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/plot/plot.h b/atari/plot/plot.h
index 7703c65f1..7bef5b92d 100755
--- a/atari/plot/plot.h
+++ b/atari/plot/plot.h
@@ -107,7 +107,7 @@ bool plot_lock(void);
bool plot_unlock(void);
bool plot_set_dimensions( int x, int y, int w, int h );
bool plot_get_dimensions(GRECT *dst);
-float plot_get_scale();
+float plot_get_scale(void);
bool plot_set_scale(float);
bool plot_get_clip(struct rect * out);
/* Get clipping for current framebuffer as GRECT */