Description: Upstream changes introduced in version 201004R1-2
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 spectools (201004R1-2) unstable; urgency=low
 .
   * Bump Standards-Version up to 3.9.1
   * Bump debhelper compatibility to 8
 .
 The person named in the Author field signed this changelog entry.
Author: Francois Marier <francois@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- spectools-201004R1.orig/wispy_hw_dbx.c
+++ spectools-201004R1/wispy_hw_dbx.c
@@ -114,7 +114,7 @@
     uint16_t __x = (x); \
     ((uint16_t)( \
         (uint16_t)(((uint16_t)(__x) & (uint16_t)0x000000ff) << 24) | \
-        (uint16_t)(((uint16_t)(__x) & (uint16_t)0x0000ff00) << 8) | \
+        (uint16_t)(((uint16_t)(__x) & (uint16_t)0x0000ff00) << 8) )); \
 })
 
 /* Aux tracking struct for wispy1 characteristics */
