diff options
| -rw-r--r-- | flash_rom.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/flash_rom.c b/flash_rom.c index 4ce5d8bd..6abd4898 100644 --- a/flash_rom.c +++ b/flash_rom.c @@ -238,8 +238,7 @@ int main(int argc, char *argv[])  	printf("Part is %s\n", flash->name);  	if (!filename) { -		printf -		    ("OK, only ENABLING flash write, but NOT FLASHING\n"); +		printf("OK, only ENABLING flash write, but NOT FLASHING\n");  		return 0;  	}  	size = flash->total_size * 1024; | 
