Added comment symbols around word after #endif.

This commit is contained in:
Sjoerd Mullender 1994-12-14 15:30:04 +00:00
parent 4359860517
commit 06fe7e5c2c

View file

@ -369,7 +369,7 @@ load_dynamic_module(name, namebuf, m, m_ret)
if (p == NULL && verbose) if (p == NULL && verbose)
perror(funcname); perror(funcname);
} }
#endif hpux #endif /* hpux */
if (p == NULL) { if (p == NULL) {
err_setstr(ImportError, err_setstr(ImportError,
"dynamic module does not define init function"); "dynamic module does not define init function");