Trivial comment fix.

This commit is contained in:
shivers 1999-07-11 20:14:18 +00:00
parent 3039de6af6
commit 8db3509687
1 changed files with 1 additions and 1 deletions

2
unix.c
View File

@ -639,7 +639,7 @@ lookup_external_name(char *name, long *location)
strcpy(nm+1,name);
#else
strcpy(nm,name);
#endif /*! HAVE_DLOPEN */
#endif /*! USCORE */
#if defined(HAVE_DLOPEN)
return lookup_dlsym(nm, location);
#elif defined(HAVE_NLIST)