From 1aeed8d71acb3290cf2446f316d6ba437e7881c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 13 Apr 2008 09:59:26 -0700 Subject: Coding Style cleanup; update CHANGELOG Signed-off-by: Wolfgang Denk --- common/usb_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/usb_storage.c') diff --git a/common/usb_storage.c b/common/usb_storage.c index d263b6c..7c08f95 100644 --- a/common/usb_storage.c +++ b/common/usb_storage.c @@ -199,7 +199,7 @@ int usb_stor_info(void) } return 0; } - + printf("No storage devices, perhaps not 'usb start'ed..?\n"); return 1; } -- cgit v1.1