From f498540b3ff79bab8f0fa7a91a45ed2807d1be15 Mon Sep 17 00:00:00 2001 From: "trudy@linux.site" <> Date: Mon, 18 Dec 2006 17:16:40 -0800 Subject: [PATCH] Added back missing closing brace at file-end. --- storage/example/ha_example.h | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/example/ha_example.h b/storage/example/ha_example.h index 2d173368493..6379478d373 100644 --- a/storage/example/ha_example.h +++ b/storage/example/ha_example.h @@ -244,3 +244,4 @@ public: THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to, enum thr_lock_type lock_type); ///< required +};