camme / node-nfc

A first try at binding libnfc to node. This project is right now not good enough to use.
68 stars 39 forks source link

Fixed syntax on nfc_modulation declaration #6

Closed Illizian closed 8 years ago

Illizian commented 10 years ago

Build was failing for me on:

  CXX(target) Release/obj.target/nfc/src/nfc.o
../src/nfc.cc:15:3: error: expected primary-expression before ‘.’ token
../src/nfc.cc:16:3: error: expected primary-expression before ‘.’ token

This fixes it for me, I'm not aware of any possible implications though?