diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 573b5d3f7d3..a43a774c0f4 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -603,7 +603,7 @@ to make it write to the debugging output.\n") | |||
| 603 | 603 | ||
| 604 | void | 604 | void |
| 605 | float_to_string (buf, data) | 605 | float_to_string (buf, data) |
| 606 | char *buf; | 606 | unsigned char *buf; |
| 607 | double data; | 607 | double data; |
| 608 | { | 608 | { |
| 609 | register unsigned char *cp, c; | 609 | register unsigned char *cp, c; |