Commit 5ae3a789 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

protocol.c: fixed multiProtocol() parameter list

parent f8e6933a
...@@ -123,7 +123,7 @@ void sharedPortsLoop(PtpPortDS *ptpPortDS) ...@@ -123,7 +123,7 @@ void sharedPortsLoop(PtpPortDS *ptpPortDS)
#ifndef WRPC_EXTRA_SLIM #ifndef WRPC_EXTRA_SLIM
void multiProtocol(RunTimeOpts *rtOpts,) void multiProtocol(RunTimeOpts *rtOpts, PtpPortDS *ptpPortDS)
{ {
int i; int i;
PtpPortDS * cur; PtpPortDS * cur;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment