From 78ecef2aed5fcdc25ec669d6cc28b1bc495b0ff6 Mon Sep 17 00:00:00 2001 From: drath Date: Sat, 3 Feb 2007 16:00:14 +0000 Subject: - add missing parentheses around macro parameters (thanks to Matthias Bauch for noticing this bug and providing a fix) git-svn-id: svn://svn.berlios.de/openocd/trunk@130 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/lpc2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/lpc2000.c') diff --git a/src/flash/lpc2000.c b/src/flash/lpc2000.c index f35c0ba0..e3c7e742 100644 --- a/src/flash/lpc2000.c +++ b/src/flash/lpc2000.c @@ -350,7 +350,7 @@ int lpc2000_iap_blank_check(struct flash_bank_s *bank, int first, int last) return ERROR_OK; } -/* flash_bank lpc2000 0 0 [calc_checksum] +/* flash bank lpc2000 0 0 [calc_checksum] */ int lpc2000_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct flash_bank_s *bank) { -- cgit v1.2.3