Customized

Fork of picojson by mimil owns

Files at this revision

API Documentation at this revision

Comitter:
komoritan
Date:
Thu Mar 12 12:14:30 2015 +0000
Parent:
1:2bb500b021e2
Commit message:
fixed

Changed in this revision

picojson.h Show annotated file Show diff for this revision Revisions of this file
diff -r 2bb500b021e2 -r 68edae43a0ec picojson.h
--- a/picojson.h	Tue Sep 06 16:49:40 2011 +0000
+++ b/picojson.h	Thu Mar 12 12:14:30 2015 +0000
@@ -131,7 +131,7 @@
   
   inline value::value(const object& o) : type_(object_type) {
     object_ = new object(o);
-  }
+  }	
   
   inline value::~value() {
     switch (type_) {