Missing #endif.

This commit is contained in:
Ulf Möller 1999-04-19 22:28:44 +00:00
parent 6b691a5c85
commit 8d8dbb67db

View File

@ -73,6 +73,7 @@ char *crypt();
char *des_crypt(const char *buf, const char *salt)
#else
char *crypt(const char *buf, const char *salt)
#endif
{
static char buff[14];