aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pccard
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-09-29 22:58:53 +0000
committerWarner Losh <imp@FreeBSD.org>2002-09-29 22:58:53 +0000
commit83431b577e980cda9b0a216788425467c6485315 (patch)
treefb3d774523dc577b300f74d46d71eb3832d90b9d /usr.sbin/pccard
parent0acab084ceb63e24e894f0fccb969664f3e994eb (diff)
downloadsrc-83431b577e980cda9b0a216788425467c6485315.tar.gz
src-83431b577e980cda9b0a216788425467c6485315.zip
Add a ; to make a non-null statement
Notes
Notes: svn path=/head/; revision=104154
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r--usr.sbin/pccard/pccardd/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardd/file.c b/usr.sbin/pccard/pccardd/file.c
index 464381244563..cfce668c5c11 100644
--- a/usr.sbin/pccard/pccardd/file.c
+++ b/usr.sbin/pccard/pccardd/file.c
@@ -292,7 +292,7 @@ readfile(char *name)
last_card->next = genericp;
last_card = tail_gp;
}
-generic_done:
+generic_done:;
}
/* save the initial state of resource pool */