kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compilation error in simicr8600.c
Fixes: simicr8600.c:445:5: warning: ‘main’ is normally a non-static function [-Wmain]pull/1725/head
rodzic
584ddb001d
commit
e5d8dc0f07
|
@ -388,6 +388,7 @@ void frameParse(int fd, unsigned char *frame, int len)
|
||||||
|
|
||||||
// don't care about the rig type yet
|
// don't care about the rig type yet
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(WIN32) || defined(_WIN32)
|
#if defined(WIN32) || defined(_WIN32)
|
||||||
|
|
Ładowanie…
Reference in New Issue