summaryrefslogtreecommitdiff
path: root/debug/debug_bitmap.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2008-05-25 23:28:06 +0000
committerJames Bursa <james@netsurf-browser.org>2008-05-25 23:28:06 +0000
commitb53f36ebc2feb627d9fa79389e3db7b4a14c6d52 (patch)
treef937ab16f172cbc601ac091f57b71f8d2eda6915 /debug/debug_bitmap.c
parent70da04d69e87e6d11fc043dc769de2b5e027f071 (diff)
downloadnetsurf-b53f36ebc2feb627d9fa79389e3db7b4a14c6d52.tar.gz
netsurf-b53f36ebc2feb627d9fa79389e3db7b4a14c6d52.tar.bz2
Add TARGET=debug and fix the debug build.
svn path=/trunk/netsurf/; revision=4202
Diffstat (limited to 'debug/debug_bitmap.c')
-rw-r--r--debug/debug_bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/debug_bitmap.c b/debug/debug_bitmap.c
index b560b481d..34154607a 100644
--- a/debug/debug_bitmap.c
+++ b/debug/debug_bitmap.c
@@ -119,7 +119,7 @@ bool bitmap_redraw(struct content *c, int x, int y,
* \return true on success, false on error and error reported
*/
-bool bitmap_save(struct bitmap *bitmap, const char *path)
+bool bitmap_save(struct bitmap *bitmap, const char *path, unsigned flags)
{
return true;
}