]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/atof.3
ffix
[thirdparty/man-pages.git] / man3 / atof.3
index b6784fee603a27fa6e468ff27344bcfaf8af40ed..1c35265ca172b935448a3cbd6d69c2076f15f4f6 100644 (file)
@@ -40,7 +40,7 @@ The \fBatof\fP() function converts the initial portion of the string
 pointed to by \fInptr\fP to double.  The behaviour is the same as
 .sp
 .RS
-.B strtod(nptr, (char **)NULL);
+.B strtod(nptr, (char **) NULL);
 .RE
 .sp
 except that \fBatof\fP() does not detect errors.