aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-28 19:42:03 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-28 19:42:03 +0100
commitc6a483c5201cb8ce1a12f66b580532dab92e8b6b (patch)
tree818d0a0c4999e789413452aa0615b043f4a6ab6b /main.c
parent8c42e565665bf1f97898359f93ca3927a76dc753 (diff)
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1d2acb9..3d694fe 100644
--- a/main.c
+++ b/main.c
@@ -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))) {