summaryrefslogtreecommitdiff
path: root/src/notify/notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notify/notify.c')
-rw-r--r--src/notify/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify/notify.c b/src/notify/notify.c
index a8ffbe9c8c..00db75314e 100644
--- a/src/notify/notify.c
+++ b/src/notify/notify.c
@@ -197,7 +197,7 @@ int main(int argc, char* argv[]) {
}
if (r == 0)
- r = -ENOTSUP;
+ r = -EOPNOTSUPP;
finish:
return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS;