From 88fecc200c1c2736a008354e6687a4065ebdf351 Mon Sep 17 00:00:00 2001 From: ColumbusTech Date: Wed, 21 Nov 2018 20:22:31 +0300 Subject: [PATCH] documentation --- corinfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/corinfo.h b/corinfo.h index fa58eb1..eb5428c 100644 --- a/corinfo.h +++ b/corinfo.h @@ -73,7 +73,6 @@ struct corinfo * ```c * struct corinfo info; * if (corinfo_GetInfo(&info) == -1) error(); -* * ``` * * @param info Pointer to corinfo struct to store data.