summaryrefslogtreecommitdiff
path: root/apps/abrepeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/abrepeat.h')
-rw-r--r--apps/abrepeat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/abrepeat.h b/apps/abrepeat.h
index 3bed56678d..3c9853f2c5 100644
--- a/apps/abrepeat.h
+++ b/apps/abrepeat.h
@@ -49,7 +49,7 @@ void ab_end_of_track_report(void);
49#ifdef HAVE_LCD_BITMAP 49#ifdef HAVE_LCD_BITMAP
50#include "screen_access.h" 50#include "screen_access.h"
51void ab_draw_markers(struct screen * screen, int capacity, 51void ab_draw_markers(struct screen * screen, int capacity,
52 int x0, int x1, int y, int h); 52 int x, int y, int w, int h);
53#endif 53#endif
54 54
55/* These functions really need to be inlined for speed */ 55/* These functions really need to be inlined for speed */