diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-28 19:42:03 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-28 19:42:03 +0100 |
| commit | c6a483c5201cb8ce1a12f66b580532dab92e8b6b (patch) | |
| tree | 818d0a0c4999e789413452aa0615b043f4a6ab6b /main.c | |
| parent | 8c42e565665bf1f97898359f93ca3927a76dc753 (diff) | |
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ int main(void) { #ifdef __OpenBSD__ if (pledge("stdio unix inet rpath", NULL) == -1) - fprintf(stderr, "pledge: failed\n"); + fprintf(stderr, "pledge\n"); #endif if (!(d = XOpenDisplay(NULL))) { |
