summaryrefslogtreecommitdiff
path: root/tools/scmp_arch_detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scmp_arch_detect.c')
-rw-r--r--tools/scmp_arch_detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scmp_arch_detect.c b/tools/scmp_arch_detect.c
index 0aca5a8..e90f92b 100644
--- a/tools/scmp_arch_detect.c
+++ b/tools/scmp_arch_detect.c
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
uint32_t arch;
/* parse the command line */
- while ((opt = getopt(argc, argv, "ht"))> 0) {
+ while ((opt = getopt(argc, argv, "ht")) > 0) {
switch (opt) {
case 't':
token = 1;