diff options
author | tkummermehr <thorsten.kummermehr@k2l.de> | 2017-07-14 09:48:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-14 09:48:01 +0200 |
commit | dbbd5b4964615a63205fb9433f827f67265541de (patch) | |
tree | 1c1318a7532c91532ea1a369e3ae3a74ceaa7f63 /ucs2-afb/ucs_apihat.c | |
parent | fe0ce6f9892d29da52a4ed5024ebe9d5964c0171 (diff) | |
parent | 2d039f447c2b91ae5e41406238eea3950436c714 (diff) |
Merge branch 'master' into UCS_Interface_Cleanup
Diffstat (limited to 'ucs2-afb/ucs_apihat.c')
-rw-r--r-- | ucs2-afb/ucs_apihat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-afb/ucs_apihat.c b/ucs2-afb/ucs_apihat.c index 9dfd050..fd5d88f 100644 --- a/ucs2-afb/ucs_apihat.c +++ b/ucs2-afb/ucs_apihat.c @@ -61,7 +61,7 @@ static const struct afb_binding binding_description = { int afbBindingV1ServiceInit(struct afb_service service) { afbSrv = service; return (0); -}; +} /* * activation function for registering the binding called by afb-daemon |