aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--src/process.c2
2 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index d6d0fc8..85429a6 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ light, if you will).
To watch an introductory video about *SALIS*
[go here.](https://www.youtube.com/watch?v=jCFmOCvy6po)
-Follow the *SALIS* subreddit
-[here.](https://www.reddit.com/r/salis/)
+Follow *SALIS* on
+[Reddit.](https://www.reddit.com/r/salis/)
### Details
- *SALIS* is an API, so an UI must be written to communicate with it
diff --git a/src/process.c b/src/process.c
index faee0df..537f6cc 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1084,8 +1084,6 @@ sp_cycle(void)
while (sm_isOverCap()) {
sp_kill();
}
- } else {
- sp_create(0, 1);
}
#ifndef NDEBUG