X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Ffs9922.c;h=b98d8ee29e6d14bb6624d218d3497f35dbd2859c;hb=ae87e02fad06324de80c24997fc8589780ba3b03;hp=11fc7736e862107462ccc3b3f515c91056ca1b82;hpb=aad6d8d20659eda1bd443bb0350d4ad059a90728;p=libsigrok.git diff --git a/src/dmm/fs9922.c b/src/dmm/fs9922.c index 11fc7736..b98d8ee2 100644 --- a/src/dmm/fs9922.c +++ b/src/dmm/fs9922.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 . */ /* @@ -370,7 +369,7 @@ SR_PRIV int sr_fs9922_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;