Skip to content

Commit

Permalink
Fixed comment typo in Clipboard.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Guigui220D authored and ChrisThrasher committed Jun 25, 2024
1 parent ba47109 commit 3c6054c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFML/Window/Clipboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ CSFML_WINDOW_API void sfClipboard_setString(const char* text);
////////////////////////////////////////////////////////////
CSFML_WINDOW_API void sfClipboard_setUnicodeString(const sfChar32* text);

#endif // SFML_CURSOR_H
#endif // SFML_CLIPBOARD_H

0 comments on commit 3c6054c

Please sign in to comment.