Skip to content

Commit e80dc64

Browse files
committed
Fixed malformatted code block
1 parent 4f944c2 commit e80dc64

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ch03.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// kate: font Liberation Sans; font-size 16; syntax None; bom off; indent-mode none;
22
.bookmark zproject
3-
+ Packaging
3+
+ Packaging and Binding
44

55
In the last chapter I explained a lot of rules and conventions for writing a Scalable C project. It looks like a lot to remember. The good news is that if we are consistent, it pays off. For example if we always put our sources into {{src}} and our headers into {{include}}, it is easier to reuse build scripts between projects.
66

@@ -377,7 +377,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
377377

378378
And now include that into your {{project.xml}} thus:
379379

380-
[[code]
380+
[[code]]
381381
<project ...>
382382
<include filename = "license.xml" />
383383
...

produce/.bookmarks

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
zproject Packaging|Scalable C
21
consumption The Feeding|The Psychopath Code
2+
hunting The Hunt|The Psychopath Code
33
capture Attack and Capture|The Psychopath Code
4-
predator Predator|The Psychopath Code
54
faq Questions to the Author|The Psychopath Code
6-
hunting The Hunt|The Psychopath Code
7-
hello-world The Scalable C Language|Scalable C
5+
escape Escape from Jonestown|The Psychopath Code
6+
predator Predator|The Psychopath Code
87
diagnosis Hunting Mallory|The Psychopath Code
8+
hello-world The Scalable C Language|Scalable C
9+
zproject Packaging|Scalable C
910
emotions The Dance of Emotions|The Psychopath Code
10-
escape Escape from Jonestown|The Psychopath Code

0 commit comments

Comments
 (0)