Chromium Code Reviews| 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 |