Code Review
/
apps
/
app-afb-helpers-submodule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f352a03
)
Fix: mismatching function signature.
author
Romain Forlot
<romain.forlot@iot.bzh>
Sat, 9 Sep 2017 14:02:45 +0000
(16:02 +0200)
committer
Romain Forlot
<romain.forlot@iot.bzh>
Sat, 9 Sep 2017 14:02:45 +0000
(16:02 +0200)
Change-Id: I5d3c8b34a4e42c867fe1e3eccd96aaa2cc9c5ca6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
filescan-utils.c
patch
|
blob
|
history
diff --git
a/filescan-utils.c
b/filescan-utils.c
index
83565b2
..
2ac67fd
100644
(file)
--- a/
filescan-utils.c
+++ b/
filescan-utils.c
@@
-123,7
+123,7
@@
PUBLIC const char *GetBinderName() {
return binderName;
}
-PUBLIC const char *GetBindingDirPath(
BindingDirsT dir
)
+PUBLIC const char *GetBindingDirPath()
{
// A file description should not be greater than 999.999.999
char fd_link[CONTROL_MAXPATH_LEN];