diff options
Diffstat (limited to 'nt/inc/grp.h')
-rw-r--r-- | nt/inc/grp.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nt/inc/grp.h b/nt/inc/grp.h index c4413961d5a..903fda9b3e5 100644 --- a/nt/inc/grp.h +++ b/nt/inc/grp.h @@ -6,8 +6,8 @@ This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -34,4 +34,3 @@ extern unsigned getegid (void); extern struct group *getgrgid(gid_t); #endif /* _GRP_H */ - |