lineedit: do not hang on error, but return error indicator.
[oweals/busybox.git] / util-linux / fdisk_sun.c
index fa6f7e48b95f89e0148d16704007483978a6935a..6b7940c54b72e09e9ad4da0613713e59080e6ba3 100644 (file)
@@ -9,7 +9,7 @@
  * Sat Mar 20 EST 1999 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  *      Internationalization
  *
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
 #if ENABLE_FEATURE_SUN_LABEL
@@ -480,7 +480,7 @@ add_sun_partition(int n, int sys)
                return;
        }
 
-       fetch_sun(starts,lens,&start,&stop);
+       fetch_sun(starts, lens, &start, &stop);
        if (stop <= start) {
                if (n == 2)
                        whole_disk = 1;