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

Unified Diff: lib/buildsig/buildsig.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 | « dev/gpio/debug.c ('k') | lib/cksum/debug.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/buildsig/buildsig.c
diff --git a/lib/buildsig/buildsig.c b/lib/buildsig/buildsig.c
index 184ea37943ce662e100e95e98455e6051a1b5ee0..3436a1a320350e97d59066b83db1ab5d9124893d 100644
--- a/lib/buildsig/buildsig.c
+++ b/lib/buildsig/buildsig.c
@@ -153,7 +153,7 @@ usage:
STATIC_COMMAND_START
#if LK_DEBUGLEVEL > 1
- { "buildsig", "scan for and dump build signature", &cmd_buildsig },
+ STATIC_COMMAND("buildsig", "scan for and dump build signature", &cmd_buildsig)
#endif
STATIC_COMMAND_END(buildid);
« no previous file with comments | « dev/gpio/debug.c ('k') | lib/cksum/debug.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698