aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/ver/ver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemcmds/ver/ver.c')
-rw-r--r--src/systemcmds/ver/ver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/ver/ver.c b/src/systemcmds/ver/ver.c
index eebeb9289..55cec149f 100644
--- a/src/systemcmds/ver/ver.c
+++ b/src/systemcmds/ver/ver.c
@@ -91,7 +91,7 @@ int ver_main(int argc, char *argv[])
}
/* check if we want to show all */
- bool show_all = !strncmp(argv[1], sz_ver_all_str, sizeof(sz_ver_all_str))
+ bool show_all = !strncmp(argv[1], sz_ver_all_str, sizeof(sz_ver_all_str));
if (show_all || !strncmp(argv[1], sz_ver_hw_str, sizeof(sz_ver_hw_str))) {
printf("HW arch: %s\n", HW_ARCH);