From: Thomas Jarosch Date: Sat, 8 Oct 2011 13:17:13 +0000 (+0200) Subject: Remove errorneous ; after if X-Git-Tag: v1.0rc1~57 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=19382a2855d481d4a5239ae9cdc8d608a826a9de Remove errorneous ; after if Detected by my upcoming cppcheck check --- 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;