aboutsummaryrefslogtreecommitdiff
path: root/rat2float.c
diff options
context:
space:
mode:
Diffstat (limited to 'rat2float.c')
-rw-r--r--rat2float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rat2float.c b/rat2float.c
index f14a267..3573247 100644
--- a/rat2float.c
+++ b/rat2float.c
@@ -66,7 +66,7 @@ int main(argc,argv)
char format[BUFSIZ];
char buf[BUFSIZ];
- CHECK_HELP;
+ process_args(argc,argv,DOCSTRING);
#ifdef LRSMP
lrs_mp_init (MP_DIGITS,stdin,stdout);