Commit 71ce9ccb authored by unknown's avatar unknown
Browse files

Added back missing closing brace at file-end.

parent 9219489b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -244,3 +244,4 @@ class ha_example: public handler

  THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
                             enum thr_lock_type lock_type);     ///< required
};