diff options
Diffstat (limited to 'doc/nimrodc.txt')
-rwxr-xr-x | doc/nimrodc.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 77a96ee74..7e1df29fa 100755 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -174,9 +174,9 @@ The `incompleteStruct`:idx: pragma tells the compiler to not use the underlying C ``struct`` in a ``sizeof`` expression: .. code-block:: Nimrod -type - TDIR* {.importc: "DIR", header: "<dirent.h>", - final, pure, incompleteStruct.} = object + type + TDIR* {.importc: "DIR", header: "<dirent.h>", + final, pure, incompleteStruct.} = object Compile pragma |