summaryrefslogtreecommitdiff
path: root/debug/debug_bitmap.c
diff options
context:
space:
mode:
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;
}