summaryrefslogtreecommitdiff
path: root/usr/src/cmd/format/menu_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/format/menu_command.c')
-rw-r--r--usr/src/cmd/format/menu_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/format/menu_command.c b/usr/src/cmd/format/menu_command.c
index 02a78a8da2..b679017d7d 100644
--- a/usr/src/cmd/format/menu_command.c
+++ b/usr/src/cmd/format/menu_command.c
@@ -1497,7 +1497,7 @@ c_label()
(void) strlcpy(cur_dtype->revision, efinfo.revision, 5);
cur_dtype->capacity = efinfo.capacity;
free(cur_dtype->dtype_asciilabel);
- ncyl = pcyl = nsect = psect = acyl = psect = phead = 0;
+ ncyl = pcyl = nsect = psect = acyl = phead = 0;
return (0);
}