ChangeSet 1.1211, 2003/06/18 16:34:03-07:00, baldrick@wanadoo.fr [PATCH] USB speedtouch: remove trailing semicolon drivers/usb/speedcrc.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/speedcrc.h b/drivers/usb/speedcrc.h --- a/drivers/usb/speedcrc.h Wed Jun 18 17:36:20 2003 +++ b/drivers/usb/speedcrc.h Wed Jun 18 17:36:20 2003 @@ -23,6 +23,6 @@ ******************************************************************************/ unsigned long spdcrc32 (char *mem, int len, unsigned initial); -#define crc32_be(crc, mem, len) spdcrc32(mem, len, crc); +#define crc32_be(crc, mem, len) spdcrc32(mem, len, crc) #endif /* _SPEEDCRC_H_ */