X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Fut372.c;h=ce21273b688a9f63a9f11a942bb5a545dd3e68da;hb=8a14fc0828b54a1a6e5be37323ca4c660b8b7bed;hp=ef0677bc5364e9060130dd1c41d2fb1f7b6d898c;hpb=47166326eff917ced8563b976f85413fab2b3a06;p=libsigrok.git diff --git a/src/dmm/ut372.c b/src/dmm/ut372.c index ef0677bc..ce21273b 100644 --- a/src/dmm/ut372.c +++ b/src/dmm/ut372.c @@ -14,8 +14,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 . */ /* @@ -133,7 +132,7 @@ SR_PRIV int sr_ut372_parse(const uint8_t *buf, float *floatval, *floatval = (float) value * powf(10, exponent); - analog->encoding->digits = -exponent; + analog->encoding->digits = -exponent; analog->spec->spec_digits = -exponent; return SR_OK;