Trivial comment fix.
This commit is contained in:
parent
3039de6af6
commit
8db3509687
2
unix.c
2
unix.c
|
@ -639,7 +639,7 @@ lookup_external_name(char *name, long *location)
|
||||||
strcpy(nm+1,name);
|
strcpy(nm+1,name);
|
||||||
#else
|
#else
|
||||||
strcpy(nm,name);
|
strcpy(nm,name);
|
||||||
#endif /*! HAVE_DLOPEN */
|
#endif /*! USCORE */
|
||||||
#if defined(HAVE_DLOPEN)
|
#if defined(HAVE_DLOPEN)
|
||||||
return lookup_dlsym(nm, location);
|
return lookup_dlsym(nm, location);
|
||||||
#elif defined(HAVE_NLIST)
|
#elif defined(HAVE_NLIST)
|
||||||
|
|
Loading…
Reference in New Issue