From ff3557dfa3acba0f10ff0ea3e555ef431bb456ff Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 8 Oct 2012 22:54:26 +0200 Subject: [PATCH 1/1] Fix spurious blank lines on stdout. --- widgets.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets.cpp b/widgets.cpp index fb49993..85fa048 100644 --- a/widgets.cpp +++ b/widgets.cpp @@ -130,7 +130,6 @@ void make_hsv_wheel_texture() hsv_pix[(y * HSV_WHEEL_SIZE + x) * 4 + 3] = 255; } } - printf("\n"); } glBindTexture(GL_TEXTURE_2D, hsv_wheel_num); -- 2.39.2