Skip to content

Commit

Permalink
Merge pull request #150 from weiph1029/main
Browse files Browse the repository at this point in the history
fix compile error for DISABLE_PEER_SIGNALING
  • Loading branch information
sepfy authored Oct 15, 2024
2 parents 6343eed + 8148759 commit 656bfa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/peer_signaling.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ void peer_signaling_leave_channel();

int peer_signaling_loop();

#endif // DISABLE_PEER_SIGNALING

#ifdef __cplusplus
}
#endif

#endif // DISABLE_PEER_SIGNALING

#endif // PEER_SIGNALING_H_

0 comments on commit 656bfa9

Please sign in to comment.