diff options
author | Denis Vlasenko | 2006-10-14 16:16:03 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-14 16:16:03 +0000 |
commit | efeed5ed28a04e1353f063daa60ca04b37f681ec (patch) | |
tree | 9845ccf7b120b18f0dbebdc720275ab82c42afd5 /util-linux/fdisk_sgi.c | |
parent | 3544ae60047f9bb94d5ce8c699c9c2b444a73f35 (diff) | |
download | busybox-efeed5ed28a04e1353f063daa60ca04b37f681ec.zip busybox-efeed5ed28a04e1353f063daa60ca04b37f681ec.tar.gz |
fdisk: compilation fix
Diffstat (limited to 'util-linux/fdisk_sgi.c')
-rw-r--r-- | util-linux/fdisk_sgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk_sgi.c b/util-linux/fdisk_sgi.c index 98abcc0..8d6837f 100644 --- a/util-linux/fdisk_sgi.c +++ b/util-linux/fdisk_sgi.c @@ -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 } }; |