commit f0b1fae3588b055c79472860594184957e5ae23f parent d70f9e9a49ebd2f1e1d873b8d84dc42463d0faab Author: Frederic Cambus <fred@statdns.com> Date: Thu, 13 Feb 2020 23:08:51 +0100 Use OpenBSD style(9) for main() in the example. Diffstat:
M | example/example.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/example/example.c b/example/example.c @@ -1,6 +1,7 @@ #include <ansilove.h> -int main() +int +main() { struct ansilove_ctx ctx; struct ansilove_options options;