diff options
Diffstat (limited to 'lib/numbers.c')
| -rw-r--r-- | lib/numbers.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/numbers.c b/lib/numbers.c index 7d0c64a..100cabd 100644 --- a/lib/numbers.c +++ b/lib/numbers.c @@ -73,7 +73,7 @@ int char_to_number(char *st, int *valid)  rationnel char_to_rat(char *st, int *valid) -{				/* cette fonction tente de traduire une chaine en flottant */ +{				/* cette fonction tente de traduire une chaine en rationnel */  	int dotnum = 0, deci = 1, temp = 0;  	while (*st) { | 
