Changeset 5818


Ignore:
Timestamp:
Jul 3, 2018 9:31:27 AM (6 years ago)
Author:
ming
Message:

Re #2059 (misc): Fixed typo in json.c (should be semicolon instead of comma).

Thanks to Sebastian Marek for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/json.c

    r4761 r5818  
    613613 
    614614    st.writer           = writer; 
    615     st.user_data        = user_data, 
     615    st.user_data        = user_data; 
    616616    st.indent           = 0; 
    617617    pj_memset(st.indent_buf, ' ', MAX_INDENT); 
Note: See TracChangeset for help on using the changeset viewer.