commit | 35f734fe49baa8b595518a99d1da5b9db588072a | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Apr 13 09:59:26 2008 -0700 |
committer | Wolfgang Denk <wd@denx.de> | Sun Apr 13 09:59:26 2008 -0700 |
tree | 475d54d2773652e6103291bfdd63d9c27b68a0a8 | |
parent | 3c5ee01c1b352401677efc9b34ec16e765acd7b4 [diff] [blame] |
Coding Style cleanup; update CHANGELOG Signed-off-by: Wolfgang Denk <wd@denx.de>
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 @@ } return 0; } - + printf("No storage devices, perhaps not 'usb start'ed..?\n"); return 1; }