Skip to content

Commit db45df7

Browse files
committed
Fix demo build
1 parent 9d47772 commit db45df7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

demos/http/http_demo_mutual_auth/http_demo_mutual_auth.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ int main( int argc,
431431

432432
LogInfo( ( "Short delay before starting the next iteration....\n" ) );
433433
sleep( DEMO_LOOP_DELAY_SECONDS );
434-
435-
return returnStatus;
436434
}
435+
436+
return returnStatus;
437+
}

0 commit comments

Comments
 (0)