summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources/NeFS+IO.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/Sources/NeFS+IO.cxx')
-rw-r--r--dev/ZKA/Sources/NeFS+IO.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/Sources/NeFS+IO.cxx b/dev/ZKA/Sources/NeFS+IO.cxx
index a86e9c29..6c3aa6e1 100644
--- a/dev/ZKA/Sources/NeFS+IO.cxx
+++ b/dev/ZKA/Sources/NeFS+IO.cxx
@@ -24,7 +24,7 @@
/// Useful macros.
#define NEFS_WRITE(DRV, TRAITS, MP) (MP->DRV()).fOutput(&TRAITS)
-#define NEFS_READ(DRV, TRAITS, MP) (MP->DRV()).fInput(&TRAITS)
+#define NEFS_READ(DRV, TRAITS, MP) (MP->DRV()).fInput(&TRAITS)
using namespace Kernel;