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.