ifupdown: save some 100+ bytes of code in addstr()
[oweals/busybox.git] / util-linux / fdisk_sgi.c
index 98abcc0860a289a784566ac7e22315a564fcc4c0..9d444c0be50029a34d4c8e90735b578d7aeb10f5 100644 (file)
@@ -180,7 +180,7 @@ static const struct systypes sgi_sys_types[] = {
 /* LINUX_NATIVE */     { "\x83" "Linux native" },
 /* LINUX_LVM    */     { "\x8d" "Linux LVM"    },
 /* LINUX_RAID   */     { "\xfd" "Linux RAID"   },
-                       { NULL             }
+                       { NULL                  }
 };
 
 
@@ -720,7 +720,7 @@ sgi_add_partition(int n, int sys)
                        first = read_int(0, 0, last-1, 0, mesg);
                        if (first != 0) {
                                printf(_("It is highly recommended that eleventh partition\n"
-                                               "covers the entire disk and is of type `SGI volume'\n"));
+                                               "covers the entire disk and is of type 'SGI volume'\n"));
                        }
                } else {
                        first = freelist[0].first;
@@ -749,7 +749,7 @@ sgi_add_partition(int n, int sys)
                last = last; /* align to cylinder if You know how ... */
        if ( (sys == SGI_VOLUME) && (first != 0 || last != sgi_get_lastblock() ) )
                printf(_("It is highly recommended that eleventh partition\n"
-                       "covers the entire disk and is of type `SGI volume'\n"));
+                       "covers the entire disk and is of type 'SGI volume'\n"));
        sgi_set_partition(n, first, last-first, sys);
 }