summaryrefslogtreecommitdiff
path: root/src/drv/cd0emf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drv/cd0emf.c')
-rw-r--r--src/drv/cd0emf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drv/cd0emf.c b/src/drv/cd0emf.c
index 7e05134..920d7ee 100644
--- a/src/drv/cd0emf.c
+++ b/src/drv/cd0emf.c
@@ -14,7 +14,7 @@ cdContext* cdContextEMF(void)
{
if (cdUseContextPlus(CD_QUERY))
{
- cdContext* ctx = cdGetContextPlus(CD_CTX_EMF);
+ cdContext* ctx = cdGetContextPlus(CD_CTXPLUS_EMF);
if (ctx != NULL)
return ctx;
}