diff options
author | midipix <writeonce@midipix.org> | 2021-05-13 08:59:01 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-13 08:59:01 +0000 |
commit | 7efccc6ee25a57fd539d2521c6a85759cd6248b2 (patch) | |
tree | 08e9037c641696ed798df597b9477f0576a28735 /src | |
parent | 682a4c468d4cf85e8d43fa7b81d6c527321f1812 (diff) | |
download | mdso-7efccc6ee25a57fd539d2521c6a85759cd6248b2.tar.bz2 mdso-7efccc6ee25a57fd539d2521c6a85759cd6248b2.tar.xz |
driver: mdso_get_driver_ctx(): argument tag switch: added missing break.
Diffstat (limited to 'src')
-rw-r--r-- | src/driver/mdso_driver_ctx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver/mdso_driver_ctx.c b/src/driver/mdso_driver_ctx.c index 30d1ba7..e7e4a0f 100644 --- a/src/driver/mdso_driver_ctx.c +++ b/src/driver/mdso_driver_ctx.c @@ -240,6 +240,8 @@ int mdso_get_driver_ctx( entry->arg, optv,meta); + break; + case TAG_VERSION: cctx.drvflags |= MDSO_DRIVER_VERSION; break; |