summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vpddecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpddecode.c b/vpddecode.c
index 18727a8..f860575 100644
--- a/vpddecode.c
+++ b/vpddecode.c
@@ -194,7 +194,7 @@ int main(int argc, char * const argv[])
free(buf);
- if (!found && !(opt.flags && FLAG_QUIET))
+ if (!found && !(opt.flags & FLAG_QUIET))
printf("# No VPD structure found, sorry.\n");
return 0;