diff --git a/doc/manual.txt b/doc/manual.txt
index 201d7be5e4..543d5d3c16 100755
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -3590,10 +3590,8 @@ strings automatically:
Dynlib pragma for import
------------------------
With the `dynlib`:idx: pragma a procedure can be imported from
-
-a dynamic library (``.dll`` files for Windows, ``lib*.so`` files for UNIX). The
-
-non-optional argument has to be the name of the dynamic library:
+a dynamic library (``.dll`` files for Windows, ``lib*.so`` files for UNIX).
+The non-optional argument has to be the name of the dynamic library:
.. code-block:: Nimrod
proc gtk_image_new(): PGtkWidget {.
diff --git a/examples/lazarus/nimlaz.lpi b/examples/lazarus/nimlaz.lpi
index 13417a09ae..3b9abd1295 100755
--- a/examples/lazarus/nimlaz.lpi
+++ b/examples/lazarus/nimlaz.lpi
@@ -51,7 +51,7 @@
-
+
diff --git a/tests/reject/tenummix.nim b/tests/reject/tenummix.nim
index 8965ab3c3b..c9ea9a8f8d 100644
--- a/tests/reject/tenummix.nim
+++ b/tests/reject/tenummix.nim
@@ -1,6 +1,6 @@
discard """
file: "system.nim"
- line: 678
+ line: 637
errormsg: "type mismatch"
"""