Fix the build without GC

I had given it an improper trailing comma in
1bd03ad100.
This commit is contained in:
John Ericson 2023-02-21 09:38:46 -05:00
parent 532c70f531
commit 5b0175e81d

View file

@ -49,9 +49,9 @@ extern "C" {
namespace nix {
struct NixRepl
: AbstractNixRepl,
: AbstractNixRepl
#if HAVE_BOEHMGC
gc
, gc
#endif
{
std::string curDir;