Commit 6a26d4bb authored by unknown's avatar unknown

typo fixed

parent 4220afa5
...@@ -67,7 +67,7 @@ uint warnings; /**< count of warnings */ ...@@ -67,7 +67,7 @@ uint warnings; /**< count of warnings */
#define prototype_redo_exec_hook_dummy(R) \ #define prototype_redo_exec_hook_dummy(R) \
static int exec_REDO_LOGREC_ ## R(const TRANSLOG_HEADER_BUFFER *rec \ static int exec_REDO_LOGREC_ ## R(const TRANSLOG_HEADER_BUFFER *rec \
__attribute ((unused))) __attribute__ ((unused)))
#define prototype_undo_exec_hook(R) \ #define prototype_undo_exec_hook(R) \
static int exec_UNDO_LOGREC_ ## R(const TRANSLOG_HEADER_BUFFER *rec, TRN *trn) static int exec_UNDO_LOGREC_ ## R(const TRANSLOG_HEADER_BUFFER *rec, TRN *trn)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment