summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-13 15:43:54 +0000
committerbde <bde@FreeBSD.org>1997-07-13 15:43:54 +0000
commit9ef092d81ddba1315d96e0d6de7de895adcc9f1b (patch)
treea13f435c9181e314639074acd4a7e24b4fafd3cd /sys/ufs
parentc21548a94c43d6348af7b2328a696bcc435d7be6 (diff)
downloadFreeBSD-src-9ef092d81ddba1315d96e0d6de7de895adcc9f1b.zip
FreeBSD-src-9ef092d81ddba1315d96e0d6de7de895adcc9f1b.tar.gz
Removed semicolon from the end of a #define.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/quota.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/quota.h b/sys/ufs/ufs/quota.h
index 6d3d78e..1204a55 100644
--- a/sys/ufs/ufs/quota.h
+++ b/sys/ufs/ufs/quota.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)quota.h 8.3 (Berkeley) 8/19/94
- * $Id$
+ * $Id: quota.h,v 1.10 1997/02/22 09:47:43 peter Exp $
*/
#ifndef _UFS_UFS_QUOTA_H_
@@ -74,7 +74,7 @@
"user", /* USRQUOTA */ \
"group", /* GRPQUOTA */ \
"undefined", \
-};
+}
#define QUOTAFILENAME "quota"
#define QUOTAGROUP "operator"
OpenPOWER on IntegriCloud