aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LEDMatrix.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-02-26 10:29:46 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-02-26 10:29:46 +0000
commite01840e8b3e6bc4f0798ea0ebd128a80c22e0cde (patch)
treef9eb43d5618b7f22080b44d31ade64a9d4813895 /drv_LEDMatrix.c
parent2e3071dcce41c459bc1864fbe47e1c1cc76dcd75 (diff)
downloadlcd4linux-e01840e8b3e6bc4f0798ea0ebd128a80c22e0cde.tar.gz
compiler warnings on x86_64 fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@774 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_LEDMatrix.c')
-rw-r--r--drv_LEDMatrix.c4
1 files changed, 2 insertions, 2 deletions
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);
}