aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jo_main.c')
-rw-r--r--src/jo_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jo_main.c b/src/jo_main.c
index f3e97f4..a6d05b1 100644
--- a/src/jo_main.c
+++ b/src/jo_main.c
@@ -29,9 +29,9 @@ main(void)
return (JO_RET_RD_FAILED);
}
if ((percent = jo_f_percent()) == -3) {
- printf("failed\n");
return (JO_RET_RD_FAILED);
}
printf("status: %hhd, %hhd%%\n", status, percent);
+ /* ESPEAK */
return (JO_RET_FINE);
}