summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradam <adamansky@gmail.com>2013-04-25 01:03:14 +0700
committeradam <adamansky@gmail.com>2013-04-25 01:03:14 +0700
commit90a8a67f3124bb686aee688367b2e57b67771980 (patch)
tree66c0e79dd2c9653b940639b3bf26c89eb76ae634 /README.md
parente5f84bc57fd56e43cb408c2ff16409bc79a7c955 (diff)
downloadejdb-90a8a67f3124bb686aee688367b2e57b67771980.tar.gz
ejdb-90a8a67f3124bb686aee688367b2e57b67771980.tar.bz2
ejdb-90a8a67f3124bb686aee688367b2e57b67771980.zip
minors
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 328fd4a..5002e94 100644
--- a/README.md
+++ b/README.md
@@ -755,7 +755,7 @@ int main() {
//Now print the result set records
for (int i = 0; i < TCLISTNUM(res); ++i) {
void *bsdata = TCLISTVALPTR(res, i);
- bson_print_raw(stderr, bsdata, 0);
+ bson_print_raw(bsdata, 0);
}
fprintf(stderr, "\n");