Removed semicolon from the end of a #define.

This commit is contained in:
Bruce Evans 1997-07-13 15:43:54 +00:00
parent 3f9d0d120a
commit 0dd8d85b1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27376

View File

@ -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"