aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index 777d33b..53e816d 100644
--- a/input.c
+++ b/input.c
@@ -70,7 +70,7 @@ void convert_number() {
value *= sign;
}
-void show_value() {
+void show_value(void) {
char tmp[25], *tp;
char commas[40], *cp, *dp;
double v = value;