We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cf669 commit 1f3a899Copy full SHA for 1f3a899
libid/io/loadfile.cpp
@@ -1906,7 +1906,7 @@ static void restore_box(int num_dots, int which)
1906
std::copy(&s_browse_box_values[num_dots*which], &s_browse_box_values[num_dots*(which + 1)], &g_box_values[0]);
1907
}
1908
1909
-// fgetwindow reads all .GIF files and draws window outlines on the screen
+// file_get_window reads all .GIF files and draws window outlines on the screen
1910
int file_get_window()
1911
{
1912
Affine stack_cvt;
0 commit comments