From 6cb1217bc90ad355e09f21d70d474ac4fc13873a Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 11 Apr 2019 11:15:02 +0200 Subject: [PATCH] cc_draw.cpp: remove of an unneeded line break in debug line --- src/gui/components/cc_draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_draw.cpp b/src/gui/components/cc_draw.cpp index 83f9ad600..bb8bf9215 100644 --- a/src/gui/components/cc_draw.cpp +++ b/src/gui/components/cc_draw.cpp @@ -440,7 +440,7 @@ bool CCDraw::CheckFbData(const cc_fbdata_t& fbdata, const char* func, const int return false; } if (fbdata.dx == 0 || fbdata.dy == 0) { - dprintf(DEBUG_DEBUG,"[CCDraw]\t[%s - %d], INFO! dx and/or dy = 0, tx = %d, y = %d, dx = %d, dy = %d\n item: %s [type: %d]\n", + dprintf(DEBUG_DEBUG,"[CCDraw]\t[%s - %d], INFO! dx and/or dy = 0, tx = %d, y = %d, dx = %d, dy = %d item: %s [type: %d]\n", func, line, fbdata.x, fbdata.y, fbdata.dx, fbdata.dy,