Commit 897d562b authored by Sjoerd Mullender's avatar Sjoerd Mullender

Added comment symbols around word after #endif.

parent 31c283b1
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment