Hamlib/rotators
Daniele Forsi IU5HKX 10180a6dc2 Fix sign of error return values
All RIG_E* constants should be negated when returned or compared.

Fixed with:
perl -pe 's/return RIG_E/return -RIG_E/' -i $(grep -lEr "return RIG_E" --include=*.{c,h})
perl -pe 's/= RIG_E/= -RIG_E/g' -i $(grep -lEr "= RIG_E" --include=*.{c,h})
2025-06-07 12:07:44 +02:00
..
amsat
androidsensor
apex
ars
celestron Fix typos 2025-05-22 21:55:10 +02:00
cnctrk
easycomm Fix typos 2024-12-01 21:59:11 +01:00
ether6
flir
fodtrack
grbltrk Fix sign of error return values 2025-06-07 12:07:44 +02:00
gs232a Fix typos 2025-05-22 21:55:10 +02:00
heathkit
indi
ioptron Fix typos 2025-05-22 21:55:10 +02:00
m2 Fix typos 2025-05-22 21:55:10 +02:00
meade Fix sign of error return values 2025-06-07 12:07:44 +02:00
prosistel Fix typos 2025-05-22 21:55:10 +02:00
radant
rotorez Fix typos in comments 2024-11-24 19:24:35 +01:00
saebrtrack
sartek
satel
skywatcher Fix sign of error return values 2025-06-07 12:07:44 +02:00
spid Fix typos 2025-05-22 21:55:10 +02:00
ts7400 Remove unused and empty source files 2025-01-05 15:14:45 +01:00