From 40709cdf2ab7c859c5564b8dd4a5641cb3481988 Mon Sep 17 00:00:00 2001 From: Daniel Talsky Date: Fri, 29 Apr 2022 18:15:46 -0500 Subject: [PATCH] Remove mistakenly-placed quoted comma --- inblorb/Chapter 2/Blorb Writer.w | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inblorb/Chapter 2/Blorb Writer.w b/inblorb/Chapter 2/Blorb Writer.w index 41d373eaa..66b70c04f 100755 --- a/inblorb/Chapter 2/Blorb Writer.w +++ b/inblorb/Chapter 2/Blorb Writer.w @@ -27,7 +27,7 @@ copyright text to 100MB of uncompressed choral music. Our IFF file will consist of a front part and then the chunks, one after another, in order of their creation. Every chunk has a type, a 4-character ID like |"AUTH"| or |"JPEG"|, specifying what kind of data it holds; some -chunks are also given resource", " numbers which allow the story file to refer +chunks are also given resource numbers which allow the story file to refer to them as it runs -- the pictures, sound effects and the story file itself all have unique resource numbers. (These are called "indexed", because references to them appear in a special |RIdx| record in the front part