diff options
Diffstat (limited to 'util/ectool')
-rw-r--r-- | util/ectool/ectool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ectool/ectool.c b/util/ectool/ectool.c index 0b238c4bb7..cb6f280f4c 100644 --- a/util/ectool/ectool.c +++ b/util/ectool/ectool.c @@ -127,7 +127,7 @@ int main(int argc, char *argv[]) if (get_ports && get_ec_ports() != 0) fprintf(stderr, "Cannot get EC ports from /proc/ioports, " - "fallback to default."); + "fallback to default.\n"); if (iopl(3)) { printf("You need to be root.\n"); |