diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-24 00:41:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-24 00:41:09 +0000 |
commit | e209ee9b1a8e81b436a9a15e69afc7ed6b83cb7c (patch) | |
tree | f65a02bf60637e0d7ce6932c7ee1ad91d29e1016 | |
parent | 436303a3f014a6bb1dc1dced6eebaee23d3cf249 (diff) |
repair an obvious cpp syntax error
-rw-r--r-- | usr.sbin/ypserv/common/ypdb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/common/ypdb.h b/usr.sbin/ypserv/common/ypdb.h index c8cb8b06651..4208ed6002c 100644 --- a/usr.sbin/ypserv/common/ypdb.h +++ b/usr.sbin/ypserv/common/ypdb.h @@ -38,7 +38,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ypdb.h,v 1.1 1995/11/01 16:56:17 deraadt Exp $ + * $Id: ypdb.h,v 1.2 1995/12/24 00:41:08 deraadt Exp $ */ #ifndef _YPDB_H_ @@ -74,4 +74,4 @@ DBM *ypdb_open __P((const char *, int, int)); int ypdb_store __P((DBM *, datum, datum, int)); __END_DECLS -#endif /* !_YPDB_H_ +#endif /* !_YPDB_H_ */ |