summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
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 3c19092..066061d 100644
--- a/main.c
+++ b/main.c
@@ -28,7 +28,7 @@
* future open() calls may use those file descriptors, and std{in,out,err} will
* use them unintentionally.
*/
-static int open_std_streams() {
+static int open_std_streams(void) {
#ifdef O_PATH
const int inflags = O_PATH, outflags = O_PATH;
#else