upd parse_input() desc

This commit is contained in:
onyx-and-iris 2024-07-08 17:31:24 +01:00
parent c95ff0e163
commit 3d00c7dd4f

View File

@ -256,7 +256,7 @@ void interactive(PT_VMR vmr)
}
/**
* @brief Walks through each line split by a space delimiter.
* @brief Walks through each line split by " \t;," delimiters.
* Each token is passed to parse_command()
*
* @param vmr Pointer to the iVMR interface