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

Unified Diff: app/pcitests/pci_tests.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 | « no previous file | app/stringtests/string_tests.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/pcitests/pci_tests.c
diff --git a/app/pcitests/pci_tests.c b/app/pcitests/pci_tests.c
index 5acff0c0cf80a9e5906243a10c78d7a548a5a000..9b330438b44023b7a286d901381f88b6ff4cb1ed 100644
--- a/app/pcitests/pci_tests.c
+++ b/app/pcitests/pci_tests.c
@@ -250,7 +250,7 @@ out:
}
STATIC_COMMAND_START
-{ "pci", "pci toolbox", &pci_cmd },
+STATIC_COMMAND("pci", "pci toolbox", &pci_cmd)
STATIC_COMMAND_END(pcitests);
#endif
« no previous file with comments | « no previous file | app/stringtests/string_tests.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698