diff options
Diffstat (limited to 'documentation/content')
| -rw-r--r-- | documentation/content/en/books/arch-handbook/kobj/_index.adoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/content/en/books/arch-handbook/kobj/_index.adoc b/documentation/content/en/books/arch-handbook/kobj/_index.adoc index 0b81112792..77954ac18b 100644 --- a/documentation/content/en/books/arch-handbook/kobj/_index.adoc +++ b/documentation/content/en/books/arch-handbook/kobj/_index.adoc @@ -151,7 +151,7 @@ CODE { struct foo * foo_alloc_null(struct bar *) { return NULL; -} + } }; .... @@ -165,7 +165,6 @@ For example: HEADER { struct mumble; struct grumble; -} }; .... |
