Commit 00712949 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

nativewindowpriv: add missing return 0

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent bdd6d80e
......@@ -84,6 +84,8 @@ int ANativeWindowPriv_connect( void *window )
return -EINVAL;
}
#endif
return 0;
}
int ANativeWindowPriv_disconnect( void *window )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment