summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk/disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fdisk/disk.c')
-rw-r--r--sbin/fdisk/disk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/fdisk/disk.c b/sbin/fdisk/disk.c
index 0150008b719..e155f1d0239 100644
--- a/sbin/fdisk/disk.c
+++ b/sbin/fdisk/disk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disk.c,v 1.41 2014/03/20 13:18:21 krw Exp $ */
+/* $OpenBSD: disk.c,v 1.42 2014/03/31 22:03:29 krw Exp $ */
/*
* Copyright (c) 1997, 2001 Tobias Weingartner
@@ -114,4 +114,3 @@ DISK_printgeometry(struct disk *disk, char *units)
return (0);
}
-