Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Changed , to ;
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarlopro committed Mar 6, 2018
1 parent f79958b commit 8d6d450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Chat * chat_parse(json_t *json){

all_members_are_administrators = json_object_get(pchat,"all_members_are_administrators");
object->all_members_are_administrators =
json_boolean_value(all_members_are_administrators),
json_boolean_value(all_members_are_administrators);

photo = json_object_get(json, "photo");
object->photo = chat_photo_parse(photo);
Expand Down

0 comments on commit 8d6d450

Please sign in to comment.