diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-30 01:56:22 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-30 01:56:22 +0100 |
commit | 8b69c92bcd7766f979157b979c1e6857b62c3d7c (patch) | |
tree | 4d3a1b10d7f0393c7502e928789e463168fa7282 /src | |
parent | 78035f6c9657da350598c9abcdf71d421d62084f (diff) |
s/GRAB2/GRAB/
Diffstat (limited to 'src')
-rw-r--r-- | src/flags.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flags.h b/src/flags.h index a4a4709..8344205 100644 --- a/src/flags.h +++ b/src/flags.h @@ -1,5 +1,5 @@ -#ifndef GRAB2_FLAGS_H -#define GRAB2_FLAGS_H +#ifndef GRAB_FLAGS_H +#define GRAB_FLAGS_H typedef struct { bool c : 1; @@ -20,4 +20,4 @@ extern #endif flags_t flags; -#endif /* !GRAB2_FLAGS_H */ +#endif /* !GRAB_FLAGS_H */ |