summaryrefslogtreecommitdiff
path: root/util/flashrom/pm49fl004.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/pm49fl004.c')
-rw-r--r--util/flashrom/pm49fl004.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/pm49fl004.c b/util/flashrom/pm49fl004.c
index 42442cfdd2..a2e22b9fc7 100644
--- a/util/flashrom/pm49fl004.c
+++ b/util/flashrom/pm49fl004.c
@@ -51,5 +51,5 @@ int write_49fl004(struct flashchip *flash, uint8_t *buf)
}
printf("\n");
- return (0);
+ return 0;
}