Skip to content

Commit

Permalink
Update peer_signaling.h
Browse files Browse the repository at this point in the history
fix compile error for DISABLE_PEER_SIGNALING
  • Loading branch information
weiph1029 authored Oct 14, 2024
1 parent bad1d21 commit 8148759
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 8148759

Please sign in to comment.