Skip to content

Commit 68f37a1

Browse files
committed
Sctp.c: Fix multi-line comment compiler error
1 parent cf817bc commit 68f37a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/source/Sctp/Sctp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ STATUS sctpSessionWriteMessage(PSctpSession pSctpSession, UINT32 streamId, BOOL
210210
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
211211
// \ /
212212
// | Label |
213-
// / \
213+
// / /
214214
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
215215
// \ /
216216
// | Protocol |
217-
// / \
217+
// / /
218218
// +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
219219
STATUS sctpSessionWriteDcep(PSctpSession pSctpSession, UINT32 streamId, PCHAR pChannelName, UINT32 pChannelNameLen,
220220
PRtcDataChannelInit pRtcDataChannelInit)

0 commit comments

Comments
 (0)