1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

sethostname: ISO C does not allow extra `;' outside of a function

This commit is contained in:
Daniel Stenberg 2010-07-30 22:26:19 +02:00
parent b5c3feda17
commit 04eff9beb9

View File

@ -25,4 +25,4 @@ int gethostname(char *name, size_t namelen) {
/* LD_PRELOAD used, but no hostname set, we'll just return a failure */
return -1;
};
}