Remove stray variable.
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Feb 2019 15:04:02 +0000 (15:04 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Feb 2019 15:04:02 +0000 (15:04 +0000)
src/wx/swaroop_controls.cc

index 12c843417d695f52ba1c877e953695b6054cbdb9..b2b1a2bdaef79039b4c1ddd213e98bd1e7341df7 100644 (file)
@@ -146,7 +146,7 @@ SwaroopControls::check_restart ()
 
 #ifdef DCPOMATIC_LINUX
        fsync (fileno(f));
-#endif DCPOMATIC_LINUX
+#endif
        fclose (f);
 }