Skip to content

Commit

Permalink
Fix typo in srtcore/udt.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rndi authored Nov 23, 2017
1 parent 4e0da86 commit 4a28039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/udt.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ typedef std::set<SRTSOCKET> ud_set;
#define BROKEN SRTS_BROKEN
#define CLOSING SRTS_CLOSING
#define CLOSED SRTS_CLOSED
#define NONEXIST SRTS_NONEXIS
#define NONEXIST SRTS_NONEXIST
#endif

////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 4a28039

Please sign in to comment.