X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fdump.c;h=42eb256073a73b4eee20504d6e49ca3cc0bf0de7;hb=23dd078c8dcb17fd29d3b69f082b5b93f5f13b8f;hp=b88751565811d33a8dcad815faefd52f073a9338;hpb=ffbab6fedd86ee1a0c7884d62fa7233ce9d745d2;p=jansson.git diff --git a/src/dump.c b/src/dump.c index b887515..42eb256 100644 --- a/src/dump.c +++ b/src/dump.c @@ -41,8 +41,8 @@ static int dump_to_file(const char *buffer, int size, void *data) return 0; } -/* 256 spaces (the maximum indentation size) */ -static char whitespace[] = " "; +/* 32 spaces (the maximum indentation size) */ +static char whitespace[] = " "; static int dump_indent(size_t flags, int depth, int space, dump_func dump, void *data) {