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)
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


No differences found