Skip to content

Commit 7a3cfd7

Browse files
committed
Fix windows standalone build
1 parent 60d5094 commit 7a3cfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NeuralRack/standalone/NeuralRack.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,8 +920,8 @@ class NeuralRack : public TextEntry
920920
defined(__NetBSD__) || defined(__OpenBSD__)
921921
XFlush(ui->main.dpy);
922922
XUnlockDisplay(ui->main.dpy);
923+
#endif
923924
}
924-
#endif
925925
}
926926
}
927927

0 commit comments

Comments
 (0)