Fixed several #endif's

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@167 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1995-10-21 11:53:37 +00:00
parent a46a864eb3
commit b124b15ac4

View File

@@ -7,7 +7,7 @@
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)@(#)popper.c 2.1 2.1 3/18/91";
#endif not lint
#endif /* not lint */
#include <stdio.h>
#include <sys/types.h>
@@ -99,4 +99,4 @@ register int len;
}
return(0);
}
#endif STRNCASECMP
#endif /* STRNCASECMP */