1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-31 00:44:19 +00:00

Fix issue compiling in mingw32

This commit is contained in:
ystarnaud 2014-06-21 23:57:35 -04:00
parent 4278c8773b
commit 0bdb7d340a

View File

@ -71,7 +71,7 @@ static inline int setpriority(__maybe_unused int which, __maybe_unused int who,
} }
#ifndef HAVE_STRSEP #ifndef HAVE_STRSEP
inline char *strsep(char **stringp, const char *delim) static inline char *strsep(char **stringp, const char *delim)
{ {
char *res; char *res;