summaryrefslogtreecommitdiff
path: root/src/include/error.h
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-03-14 21:47:46 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2013-03-14 21:47:46 +1100
commitd7e8d6316ce66af8913133bc478ad1d8d10430f9 (patch)
tree37daa87bb1fc0ce85e78ce417fe5a19e28fce7b2 /src/include/error.h
parent5eed043cdb8a2f7c35d1a94b7e40271be5f98e43 (diff)
downloadmongo-d7e8d6316ce66af8913133bc478ad1d8d10430f9.tar.gz
Cleanup due to s_all
Diffstat (limited to 'src/include/error.h')
-rw-r--r--src/include/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/error.h b/src/include/error.h
index 136eae72eb1..58d9edfccde 100644
--- a/src/include/error.h
+++ b/src/include/error.h
@@ -107,5 +107,5 @@
__wt_assert(session, 0, __FILE__, __LINE__, "%s", #exp);\
} while (0)
#else
-#define WT_ASSERT(session, exp)
+#define WT_ASSERT(session, exp)
#endif