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)
perror(funcname);
}
#endif hpux
#endif /* hpux */
if (p == NULL) {
err_setstr(ImportError,
"dynamic module does not define init function");