mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05: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
9350a4197c
commit
3c5f8883e8
@ -244,9 +244,9 @@ dev_is_parport(int fd)
|
||||
#else /* Fallback (nothing) */
|
||||
|
||||
int
|
||||
dev_is_parport(const char *fname)
|
||||
dev_is_parport(int fd)
|
||||
{
|
||||
return(-1);
|
||||
return(0);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user