aboutsummaryrefslogtreecommitdiff
path: root/src/test_mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_mutex.c')
-rw-r--r--src/test_mutex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test_mutex.c b/src/test_mutex.c
index 0becbee30..ee3037e0d 100644
--- a/src/test_mutex.c
+++ b/src/test_mutex.c
@@ -10,7 +10,7 @@
**
*************************************************************************
**
-** $Id: test_mutex.c,v 1.2 2008/06/18 17:09:10 danielk1977 Exp $
+** $Id: test_mutex.c,v 1.3 2008/06/19 08:51:25 danielk1977 Exp $
*/
#include "tcl.h"
@@ -146,12 +146,12 @@ static int test_install_mutex_counters(
sqlite3_mutex_methods counter_methods = {
counterMutexInit,
+ counterMutexEnd,
counterMutexAlloc,
counterMutexFree,
counterMutexEnter,
counterMutexTry,
counterMutexLeave,
- counterMutexEnd,
counterMutexHeld,
counterMutexNotheld
};