Changeset: b3c8cb4c6aa1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b3c8cb4c6aa1
Modified Files:
        monetdb5/modules/atoms/json.c
Branch: Oct2014
Log Message:

Add comment about the missing break.


diffs (13 lines):

diff --git a/monetdb5/modules/atoms/json.c b/monetdb5/modules/atoms/json.c
--- a/monetdb5/modules/atoms/json.c
+++ b/monetdb5/modules/atoms/json.c
@@ -712,7 +712,8 @@ JSONtoken(JSON *jt, char *j, char **next
                                jt->elm[k].kind = JSON_OBJECT;
                                jt->elm[k].child = nxt;
                                nxt = k;
-                               } 
+                               }
+                               /* fall through */
                        case JSON_OBJECT:
                        case JSON_ARRAY:
                                if ( jt->elm[nxt].kind == JSON_OBJECT || 
jt->elm[nxt].kind == JSON_ARRAY){
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to