removed: comments about default parameters
authorbobo1on1 <bob-nospam-@xbmc.org>
Fri, 11 Nov 2011 01:02:48 +0000 (02:02 +0100)
committerbobo1on1 <bob-nospam-@xbmc.org>
Fri, 11 Nov 2011 01:04:42 +0000 (02:04 +0100)
commit9149904297bdc2fdb75f2811d3ad9d4b8e33ce34
tree3ca726a80e7961a5f22a1d6cc9969f55acd1c08d
parenta9232a79cfb71be51caea8aae6c8ea63ae3884ad
removed: comments about default parameters
fixed: iPhysicalAddress was uint16_t in the prototype and uint8_t in the function definition, apart from this being wrong, it also caused cec_init to be linked as a C++ function even though it's inside an extern "C" {} block
src/lib/LibCECC.cpp