Skip to content

Commit 1f3a899

Browse files
Correct function description
1 parent c0cf669 commit 1f3a899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libid/io/loadfile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ static void restore_box(int num_dots, int which)
19061906
std::copy(&s_browse_box_values[num_dots*which], &s_browse_box_values[num_dots*(which + 1)], &g_box_values[0]);
19071907
}
19081908

1909-
// fgetwindow reads all .GIF files and draws window outlines on the screen
1909+
// file_get_window reads all .GIF files and draws window outlines on the screen
19101910
int file_get_window()
19111911
{
19121912
Affine stack_cvt;

0 commit comments

Comments
 (0)