summaryrefslogtreecommitdiff
path: root/test/parse-auto.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-15 13:30:03 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-15 13:30:03 +0000
commit074079fb5e1520106397d036a66d84c25d3486df (patch)
tree77d3df8ec184c32429d6398a773bb7e8330ded40 /test/parse-auto.c
parent942fa601d79edc6e36ba0999233a94398ee172bd (diff)
downloadlibcss-074079fb5e1520106397d036a66d84c25d3486df.tar.gz
libcss-074079fb5e1520106397d036a66d84c25d3486df.tar.bz2
Most of the interned string lifetimes are at least no shorter than we think they ought to be.
svn path=/trunk/libcss/; revision=6532
Diffstat (limited to 'test/parse-auto.c')
-rw-r--r--test/parse-auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse-auto.c b/test/parse-auto.c
index 1bb868b..dfd99ca 100644
--- a/test/parse-auto.c
+++ b/test/parse-auto.c
@@ -64,7 +64,7 @@ static void dump_string(lwc_string *string, char **ptr);
static void *myrealloc(void *data, size_t len, void *pw)
{
UNUSED(pw);
-
+
return realloc(data, len);
}