diff options
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c index 4eb01b0da..829dfe847 100644 --- a/src/util.c +++ b/src/util.c @@ -14,12 +14,11 @@ ** This file contains functions for allocating memory, comparing ** strings, and stuff like that. ** -** $Id: util.c,v 1.247 2009/01/20 16:53:41 danielk1977 Exp $ +** $Id: util.c,v 1.248 2009/02/04 03:59:25 shane Exp $ */ #include "sqliteInt.h" #include <stdarg.h> - /* ** Routine needed to support the testcase() macro. */ |