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:
3459c4f
)
cec-config: fixed typo
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Thu, 9 Feb 2012 15:23:12 +0000
(16:23 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Thu, 9 Feb 2012 15:23:12 +0000
(16:23 +0100)
src/cec-config/cec-config.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/cec-config/cec-config.cpp
b/src/cec-config/cec-config.cpp
index c36bb6a1a854ec3b12d274b1adfe65fcc5feb695..19a7a014da7a73f857e14a8fc434cfb6472612c6 100644
(file)
--- a/
src/cec-config/cec-config.cpp
+++ b/
src/cec-config/cec-config.cpp
@@
-345,7
+345,7
@@
int main (int argc, char *argv[])
return 1;
bool bAddressOk(false);
- uint16_t iAddress(0xFFF);
+ uint16_t iAddress(0xFFF
F
);
while (!bAddressOk)
{
iAddress = FindPhysicalAddress();