aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdisp.h')
-rw-r--r--include/gdisp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/gdisp.h b/include/gdisp.h
index 9be97a12..760f14f6 100644
--- a/include/gdisp.h
+++ b/include/gdisp.h
@@ -287,10 +287,9 @@ void gdispDrawBox(coord_t x, coord_t y, coord_t cx, coord_t cy, color_t color);
void gdispPackPixels(const pixel_t *buf, coord_t cx, coord_t x, coord_t y, color_t color);
#endif
-/* Macro definitions
- *
+/*
+ * Macro definitions
*/
-
/* Now obsolete functions */
#define gdispBlitArea(x, y, cx, cy, buffer) gdispBlitAreaEx(x, y, cx, cy, 0, 0, cx, buffer)