Apply 1 suggestion(s) to 1 file(s)

merge-requests/540/head
Peter Marschall 2020-09-06 07:29:49 +00:00
rodzic 6e16f45b76
commit 950aded610
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -287,7 +287,7 @@ find_value_of_int_variables(xmlNode *node, capabilities_t *scanner, int type)
* \fn static int find_true_variables(xmlNode *node, capabilities_t *scanner) * \fn static int find_true_variables(xmlNode *node, capabilities_t *scanner)
* \brief Function that searches in the xml file if we find a scanner capability stored * \brief Function that searches in the xml file if we find a scanner capability stored
* in one of the created array (character/integer array), * in one of the created array (character/integer array),
* or, if we find a integer scanner capabilitie. * or, if we find a integer scanner capability.
* *
* \return 0 * \return 0
*/ */