From 6581bf5f15f404a9a219cfed8eebced76b4414a5 Mon Sep 17 00:00:00 2001 From: Alexander Kurz Date: Sun, 28 Feb 2016 21:21:40 +0100 Subject: Cleanup: removal of obsolete semicolons Obsolete C source code semicolons were removed using the semantic patch semicolon/semicolon.cocci, see coccinellery.org Change-Id: I153b4995a9e028ebaf5f58c947821dc78345a777 Signed-off-by: Alexander Kurz Reviewed-on: http://openocd.zylin.com/3367 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- src/flash/nor/psoc4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/nor/psoc4.c') diff --git a/src/flash/nor/psoc4.c b/src/flash/nor/psoc4.c index 72541d5..1827450 100644 --- a/src/flash/nor/psoc4.c +++ b/src/flash/nor/psoc4.c @@ -221,7 +221,7 @@ static int psoc4_sysreq(struct target *target, uint8_t cmd, uint16_t cmd_param, &sysreq_wait_algorithm) != ERROR_OK) { LOG_DEBUG("no working area for sysreq code"); return ERROR_TARGET_RESOURCE_NOT_AVAILABLE; - }; + } /* Write the code */ retval = target_write_buffer(target, -- cgit v1.1