From 19382a2855d481d4a5239ae9cdc8d608a826a9de Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sat, 8 Oct 2011 15:17:13 +0200 Subject: [PATCH] Remove errorneous ; after if Detected by my upcoming cppcheck check --- examples/stream_test.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/stream_test.c b/examples/stream_test.c index 8f49202..43abea9 100644 --- a/examples/stream_test.c +++ b/examples/stream_test.c @@ -107,7 +107,7 @@ readCallback(uint8_t *buffer, int length, FTDIProgressInfo *progress, void *user } else if (rem) start += 0x4000; - if (rem != 0); + if (rem != 0) { blocks ++; offset = 16-rem; -- 1.7.1