diff --git a/configs/example/config.c b/configs/example/config.c index ed2ffdbc..f82add5b 100644 --- a/configs/example/config.c +++ b/configs/example/config.c @@ -10,8 +10,8 @@ * Declare VM images using the VM_IMAGE macro, passing an identifier and the * path for the image. */ -VM_IMAGE(vm1, "/path/to/vm1/binary.bin"); -VM_IMAGE(vm2, "/path/to/vm2/binary.bin"); +VM_IMAGE(vm1, "/path/to/vm1/binary.bin") +VM_IMAGE(vm2, "/path/to/vm2/binary.bin") /** * The configuration itself is a struct config that MUST be named config.