summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-10 13:47:21 -0400
committerpommicket <pommicket@gmail.com>2023-09-10 13:47:21 -0400
commitfeee83bf24564212832fd113e594a17498c87c21 (patch)
tree91fb15b718f9716b7b35dd871d687fb45ac0dad0 /main.c
parent6586f9e66d87017984f57b3b4579c78897ba66f2 (diff)
swap return 0 and -1 for process_read/socket_read
for consistency with process_write/socket_write
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 930d6da..b1f7e08 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,6 @@
/*
+TODO:
+- put exact match first in selector
FUTURE FEATURES:
- autodetect indentation (tabs vs spaces)
- custom file/build command associations