Skip to content

Commit

Permalink
fix: swith in doc with a dot
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelF44 committed Jun 22, 2024
1 parent 7f07a10 commit 19288cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/include/gui/gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void destroy_gui(list_t *gui_list);
void add_command_to_gui_list(gui_t *gui, char *line);

/**
* @brief Treat the command of all GUI!
* @brief Treat the command of all GUI.
* @param app Application with list of GUI.
*/
void treat_gui_command(app_t *app);

0 comments on commit 19288cc

Please sign in to comment.