summaryrefslogtreecommitdiffstats
path: root/vmop.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmop.h')
-rw-r--r--vmop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vmop.h b/vmop.h
index 30e64888..6964f7fd 100644
--- a/vmop.h
+++ b/vmop.h
@@ -77,7 +77,6 @@ typedef struct vmop_if_s {
rsRetVal (*SetVar)(vmop_t *pThis, var_t *pVar);
rsRetVal (*Opcode2Str)(vmop_t *pThis, uchar **ppName);
} vmop_if_t;
-
#define vmopCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */
/* the remaining prototypes */