summaryrefslogtreecommitdiffhomepage
path: root/src/internal/sofort_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-16 02:16:23 -0500
committermidipix <writeonce@midipix.org>2015-12-16 02:16:23 -0500
commitbbc20f9c01d0a523a6b637f1b154d62cf45e72b1 (patch)
tree83dd4e4f4ed2ba8e1274b35b01c7d0309221b192 /src/internal/sofort_driver_impl.h
parentfb7de2f3f9eaf09efc83a727957ce74ebd976abb (diff)
downloadsofort-bbc20f9c01d0a523a6b637f1b154d62cf45e72b1.tar.bz2
sofort-bbc20f9c01d0a523a6b637f1b154d62cf45e72b1.tar.xz
C headers and source files: mark dummy interfaces and related code.
Diffstat (limited to 'src/internal/sofort_driver_impl.h')
-rw-r--r--src/internal/sofort_driver_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/sofort_driver_impl.h b/src/internal/sofort_driver_impl.h
index f72d200..b901629 100644
--- a/src/internal/sofort_driver_impl.h
+++ b/src/internal/sofort_driver_impl.h
@@ -10,8 +10,8 @@
enum app_tags {
TAG_HELP,
TAG_VERSION,
- TAG_OUTPUT_DUMMY,
- TAG_OUTPUT_PROPERTY,
+ TAG_OUTPUT_DUMMY, /* dummy */
+ TAG_OUTPUT_PROPERTY, /* dummy */
};
struct sfrt_driver_ctx_impl {