X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Fdtm0660.c;h=e10e773eadd37918e3ee8692739cb304a3c2469d;hb=0f8bee7162f41095ca1975fec9a87975ce5a554a;hp=66e894afc516f40f7288a548b0613dc03743d9fa;hpb=427015d7c1cf2b01b05084df5904ad72c636456e;p=libsigrok.git diff --git a/src/dmm/dtm0660.c b/src/dmm/dtm0660.c index 66e894af..e10e773e 100644 --- a/src/dmm/dtm0660.c +++ b/src/dmm/dtm0660.c @@ -16,8 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ /* @@ -384,7 +383,7 @@ SR_PRIV int sr_dtm0660_parse(const uint8_t *buf, float *floatval, parse_flags(buf, info_local); handle_flags(analog, floatval, &exponent, info_local); - analog->encoding->digits = -exponent; + analog->encoding->digits = -exponent; analog->spec->spec_digits = -exponent; return SR_OK;