Skip to content

Commit

Permalink
windows: Fix ref in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Jan 7, 2025
1 parent 28a179b commit 7bced1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/windows.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* For those, there are UTF-8 aware implementations in util/fstream.hpp
* - Converts UTF-8 to UTF-16 in std::cout and std::cerr if attached to a console
* - Interprets ANSI escape sequences in std::cout and std::cerr if attached to a console
* - Provides a Windows implementation of \ref isatty()
* - Provides a Windows implementation of \c isatty()
*/
#ifndef INNOEXTRACT_UTIL_WINDOWS_HPP
#define INNOEXTRACT_UTIL_WINDOWS_HPP
Expand Down

0 comments on commit 7bced1d

Please sign in to comment.