From e01840e8b3e6bc4f0798ea0ebd128a80c22e0cde Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 26 Feb 2007 10:29:46 +0000 Subject: compiler warnings on x86_64 fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@774 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_LEDMatrix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drv_LEDMatrix.c') diff --git a/drv_LEDMatrix.c b/drv_LEDMatrix.c index a9fe9a8..a44f93c 100644 --- a/drv_LEDMatrix.c +++ b/drv_LEDMatrix.c @@ -145,8 +145,8 @@ static void drv_LEDMatrix_blit(const int row, const int col, const int height, c if ((i == 2) && (reply[0] == DSP_CMD_ACK) && (reply[1] == DSP_CMD_IMAGE)) { ack = 1; } else if ((i > 1) && (reply[0] == DSP_CMD_IR)) { -/* maybe used later: */ -/* ir_receive(reply+1, i-1); */ + /* maybe used later: */ + /* ir_receive(reply+1, i-1); */ } else { info("%s: Unexpected reply message", Name); } -- cgit v1.2.3