X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=src%2Frfid.c;h=4fd1f682618bbe9676d8fa8bf848a245fd3764ad;hb=46ae6bab2d779c8d7f4a0b4cbf2894e8aa4c70c5;hp=a38171f63dac9bfb2087f8c2778c49cf03b51087;hpb=5b2eeb3086613eea8be93ac00535140a4153bbea;p=librfid diff --git a/src/rfid.c b/src/rfid.c index a38171f..4fd1f68 100644 --- a/src/rfid.c +++ b/src/rfid.c @@ -12,7 +12,7 @@ * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include #include @@ -33,7 +33,6 @@ struct rfid_reader_handle rfid_rh; #endif #ifndef LIBRFID_FIRMWARE -#ifdef DEBUG_LIBRFID const char * rfid_hexdump(const void *data, unsigned int len) { @@ -50,7 +49,6 @@ rfid_hexdump(const void *data, unsigned int len) } return string; } -#endif/*DEBUG_LIBRFID*/ #else #define rfid_hexdump(x, y) hexdump(x, y) #endif