diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-08 15:04:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-08 15:04:02 +0000 |
| commit | 4a06789c26867e783cadad8ed57fa987d48980f0 (patch) | |
| tree | 55ac9d7f09d38eb851bc06c4416ffc2d34a57412 /src | |
| parent | 4ff4e4f2e0753eed1339dcf1eb6ca5c2f5ac868e (diff) | |
Remove stray variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/swaroop_controls.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/swaroop_controls.cc b/src/wx/swaroop_controls.cc index 12c843417..b2b1a2bda 100644 --- a/src/wx/swaroop_controls.cc +++ b/src/wx/swaroop_controls.cc @@ -146,7 +146,7 @@ SwaroopControls::check_restart () #ifdef DCPOMATIC_LINUX fsync (fileno(f)); -#endif DCPOMATIC_LINUX +#endif fclose (f); } |
