repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5827f4a
)
Rename LibCECC implementation of GetMinLibVersion call to match the prototype in...
author
Doug Johnson
<finson@whidbey.com>
Wed, 4 Jan 2012 22:47:36 +0000
(14:47 -0800)
committer
Doug Johnson
<finson@whidbey.com>
Wed, 4 Jan 2012 22:47:36 +0000
(14:47 -0800)
Signed-off-by: Doug Johnson <finson@whidbey.com>
src/lib/LibCECC.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/LibCECC.cpp
b/src/lib/LibCECC.cpp
index cbf7b285ec8a8223eb9a2f25fec26ad21e7d2cb7..579d796ac6883e13e4e5dbcb70185e21ff060a54 100644
(file)
--- a/
src/lib/LibCECC.cpp
+++ b/
src/lib/LibCECC.cpp
@@
-95,7
+95,7
@@
int cec_start_bootloader(void)
return -1;
}
-int8_t cec_get_min_version(void)
+int8_t cec_get_min_
lib_
version(void)
{
if (cec_parser)
return cec_parser->GetMinLibVersion();