From 1cc08af4f4a1ff61fc0deca3bdd95e8a5ca8ec5c Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 7 Jan 2011 17:55:54 -0800 Subject: [PATCH] altos: white space fix Signed-off-by: Keith Packard --- src/ao_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ao_storage.c b/src/ao_storage.c index c4beedd2..c51bec4a 100644 --- a/src/ao_storage.c +++ b/src/ao_storage.c @@ -170,7 +170,7 @@ __code struct ao_cmds ao_storage_cmds[] = { { 'e', ao_storage_dump, "e Dump a block of flash data" }, #if 0 { 'w', ao_storage_store, "w ... Write data to flash" }, - #endif +#endif { 'z', ao_storage_zap, "z Erase flash containing " }, { 'Z', ao_storage_zapall,"Z Erase all logs. is doit with D&I" }, { 0, ao_storage_zap, NULL }, -- 2.30.2