X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Fut71x.c;h=01a8c22084400ed0490ce9520830e9237e601aeb;hb=ae87e02fad06324de80c24997fc8589780ba3b03;hp=442b6e12915f917f62f394e8f919be41ac2270c3;hpb=4f414d4cbe6ceaaab4c03752ce26037c31a2ecea;p=libsigrok.git diff --git a/src/dmm/ut71x.c b/src/dmm/ut71x.c index 442b6e12..01a8c220 100644 --- a/src/dmm/ut71x.c +++ b/src/dmm/ut71x.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 . */ /* @@ -343,7 +342,7 @@ SR_PRIV int sr_ut71x_parse(const uint8_t *buf, float *floatval, handle_flags(analog, floatval, info); - analog->encoding->digits = -exponent; + analog->encoding->digits = -exponent; analog->spec->spec_digits = -exponent; return SR_OK;