Revision 44bd6907

b/qemu-config.c
306 306
            .name = "file",
307 307
            .type = QEMU_OPT_STRING,
308 308
        },
309
        { /* end if list */ }
309
        { /* end of list */ }
310 310
    },
311 311
};
312 312
#endif
......
436 436
            .name = "playback-compression",
437 437
            .type = QEMU_OPT_BOOL,
438 438
        },
439
        { /* end if list */ }
439
        { /* end of list */ }
440 440
    },
441 441
};
442 442

  
......
452 452
            .name = "romfile",
453 453
            .type = QEMU_OPT_STRING,
454 454
        },
455
        { /* end if list */ }
455
        { /* end of list */ }
456 456
    },
457 457
};
458 458

  

Also available in: Unified diff