summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/change.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libdisk/change.c')
-rw-r--r--lib/libdisk/change.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c
index 0f39179..ab5a46c 100644
--- a/lib/libdisk/change.c
+++ b/lib/libdisk/change.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: change.c,v 1.6 1995/05/24 08:59:36 jkh Exp $
+ * $Id: change.c,v 1.7 1995/05/25 06:14:45 phk Exp $
*
*/
@@ -48,7 +48,7 @@ All_FreeBSD(struct disk *d)
{
struct chunk *c;
- again:
+ again:
for (c=d->chunks->part;c;c=c->next)
if (c->type != unused) {
Delete_Chunk(d,c);
OpenPOWER on IntegriCloud