X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Ffs9721.c;h=17c75178e2184de876708ba3f5ec0a27022ffe37;hb=87dc5410273abf9307dc25a2528a6aa98a8ae44b;hp=d4a857d367d75b7c59d63967175a06c93b6aee3f;hpb=70e28e780244427fc645427731ad1ea299228e51;p=libsigrok.git diff --git a/src/dmm/fs9721.c b/src/dmm/fs9721.c index d4a857d3..17c75178 100644 --- a/src/dmm/fs9721.c +++ b/src/dmm/fs9721.c @@ -15,8 +15,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 . */ /* @@ -364,7 +363,7 @@ SR_PRIV int sr_fs9721_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;