summary refs log tree commit diff stats
path: root/hw/audio/asc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/audio/asc.c')
-rw-r--r--hw/audio/asc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/audio/asc.c b/hw/audio/asc.c
index 452039418d..cc205bf063 100644
--- a/hw/audio/asc.c
+++ b/hw/audio/asc.c
@@ -698,7 +698,6 @@ static void asc_init(Object *obj)
 static const Property asc_properties[] = {
     DEFINE_AUDIO_PROPERTIES(ASCState, card),
     DEFINE_PROP_UINT8("asctype", ASCState, type, ASC_TYPE_ASC),
-    DEFINE_PROP_END_OF_LIST(),
 };
 
 static void asc_class_init(ObjectClass *oc, void *data)