Commit 04eff9be authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent b5c3feda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
};
}