Skip to content

Commit

Permalink
Remove inconsistency in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiegel committed Mar 15, 2024
1 parent 3af6686 commit 1752774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions garglk/cheapglk/glk.h
Expand Up @@ -534,8 +534,8 @@ extern void garglk_window_get_size_pixels(winid_t win, glui32 *width, glui32 *he
* this function returns a positive ID. Otherwise, it returns 0.
*
* The file will be loaded from the same directory as the game file, as set by
* glkunix_set_base_file(). The passed-in filename must be relative to this
* directory, which is to say, it cannot contain path separator characters.
* glkunix_set_base_file(). The passed-in filename must be in this directory,
* which is to say, it cannot contain path separator characters.
*
* "usage" is either giblorb_ID_Pict or giblorb_ID_Snd, meaning that gi_blorb.h
* must be included before using this function.
Expand Down

0 comments on commit 1752774

Please sign in to comment.