Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: lib/ffs/cmd.c

Issue 1348403002: Consistently use the STATIC_COMMAND macro every time we define a console command. (Closed) Base URL: https://github.com/travisg/lk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/debugcommands/debugcommands.c ('k') | lib/klog/klog.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/ffs/cmd.c
diff --git a/lib/ffs/cmd.c b/lib/ffs/cmd.c
index 39f7ea3a8207075af3342164b642969564cceab7..be73a349bc65cd74f73facdb53843a7489ccc6fd 100644
--- a/lib/ffs/cmd.c
+++ b/lib/ffs/cmd.c
@@ -106,7 +106,7 @@ out:
}
STATIC_COMMAND_START
-{ "ffs", "ffs toolbox", &ffs_cmd },
+STATIC_COMMAND("ffs", "ffs toolbox", &ffs_cmd)
STATIC_COMMAND_END(ffscommands);
« no previous file with comments | « lib/debugcommands/debugcommands.c ('k') | lib/klog/klog.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698