Fixed a warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9314 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f0b122701b
commit
71bff49f93
@ -23,7 +23,7 @@ enum ppp_report_flags {
|
||||
PPP_WAIT_FOR_REPLY = 0x01,
|
||||
PPP_REMOVE_AFTER_REPORT = 0x02,
|
||||
PPP_NO_REPLY_TIMEOUT = 0x04,
|
||||
PPP_ALLOW_ANY_REPLY_THREAD = 0x08,
|
||||
PPP_ALLOW_ANY_REPLY_THREAD = 0x08
|
||||
};
|
||||
|
||||
// report types
|
||||
|
Loading…
Reference in New Issue
Block a user