Explorar o código

(#16) remove extrac semicolon

rexim %!s(int64=4) %!d(string=hai) anos
pai
achega
c9145ad24b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nobuild.h

+ 1 - 1
nobuild.h

@@ -245,7 +245,7 @@ Pipe nobuild__make_pipe(int ignore, ...);
 #ifdef _WIN32
 #ifdef _WIN32
 #define PIPE(...) PANIC("Piping is not implemented on windows yet")
 #define PIPE(...) PANIC("Piping is not implemented on windows yet")
 #else
 #else
-#define PIPE(...) nobuild__posix_spawn_pipe(nobuild__make_pipe(69, __VA_ARGS__, NULL));
+#define PIPE(...) nobuild__posix_spawn_pipe(nobuild__make_pipe(69, __VA_ARGS__, NULL))
 #endif // _WIN32
 #endif // _WIN32
 
 
 // TODO(#17): IN and OUT are already taken by WinAPI
 // TODO(#17): IN and OUT are already taken by WinAPI