Skip to content

Commit

Permalink
fix typo git_t=>gid_t
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed Jun 11, 2024
1 parent 5fa31f9 commit 0c064c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ uid_t real_uid;
uid_t eff_uid;
uid_t multi_uid;
uid_t own_uid;
gid_t real_gid
git_t eff_gid;
gid_t real_gid;
gid_t eff_gid;
bool default_startup;
int ZombieKey_destroy;
int ZombieKey_resurrect;
Expand Down

0 comments on commit 0c064c2

Please sign in to comment.