Skip to content

Commit

Permalink
Update simpleserver.c.jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
WAvdBeek authored Jun 30, 2022
1 parent 13dd09a commit 0feb267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/IOTivity-lite/simpleserver.c.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ app_init(void)
* @param error_state the current (input) error state
* @return the error_status, e.g. if error_status is true, then the input document contains something illegal
*/
STATIC bool
bool
check_on_readonly_common_resource_properties(oc_string_t name, bool error_state)
{
if (strcmp ( oc_string(name), "n") == 0) {
Expand Down

0 comments on commit 0feb267

Please sign in to comment.