mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 14:45:14 -04:00
- Oops. missed the /* Fallback (nothing) */ case
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@209 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
7716b6fc31
commit
401b59aa4d
@ -244,9 +244,9 @@ dev_is_parport(int fd)
|
|||||||
#else /* Fallback (nothing) */
|
#else /* Fallback (nothing) */
|
||||||
|
|
||||||
int
|
int
|
||||||
dev_is_parport(const char *fname)
|
dev_is_parport(int fd)
|
||||||
{
|
{
|
||||||
return(-1);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user