diff options
Diffstat (limited to 'include/rtl-sdr.h')
| -rw-r--r-- | include/rtl-sdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl-sdr.h b/include/rtl-sdr.h index 305283a..6c342d1 100644 --- a/include/rtl-sdr.h +++ b/include/rtl-sdr.h @@ -101,7 +101,7 @@ RTLSDR_API int rtlsdr_set_tuner_gain(rtlsdr_dev_t *dev, int gain); * Get actual gain the device is configured to. * * \param dev the device handle given by rtlsdr_open() - * \return < 0 on error, gain in tenths of a dB, 115 means 11.5 dB. + * \return 0 on error, gain in tenths of a dB, 115 means 11.5 dB. */ RTLSDR_API int rtlsdr_get_tuner_gain(rtlsdr_dev_t *dev); |
