libbb: move nuke_str() from passwd into libbb
[oweals/busybox.git] / libbb / xatonum_template.c
index 029f66202e225cf78bb7fe109edfc68e71939894..e0471983c98f3849a7eca3fc0c8783a9cbbe2a13 100644 (file)
@@ -59,7 +59,7 @@ unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base,
        }
 
        /* Note: trailing space is an error.
-          It would be easy enough to allow though if desired. */
+        * It would be easy enough to allow though if desired. */
        if (*e)
                goto inval;
  chk_range: