diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/process.c | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -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
|