diff options
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3a41a50..c615d3a 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -86,12 +86,9 @@ error: return -1; } -// _ _ _ _ _ _ _ ____ -// | |__ (_)_ __ __| (_)_ __ __ _ (_)_ __ (_) |_ / /\ \ -// | '_ \| | '_ \ / _` | | '_ \ / _` | | | '_ \| | __| | | | -// | |_) | | | | | (_| | | | | | (_| | | | | | | | |_| | | | -// |_.__/|_|_| |_|\__,_|_|_| |_|\__, |___|_|_| |_|_|\__| | | | -// |___/_____| \_\/_/ +/** + * binding_init_() + */ int binding_init_() { HMI_NOTICE("wm", "WinMan ver. %s", WINMAN_VERSION_STRING); |