More efficient handling of the LIMIT clause.  Scalar subqueries and EXISTS
on compound SELECT statements now working properly.  Ticket #1473. (CVS 2747)

FossilOrigin-Name: edca8913ca012fc0c17343a27f819de95147b1bd
diff --git a/src/table.c b/src/table.c
index a04b822..2e1b7b4 100644
--- a/src/table.c
+++ b/src/table.c
@@ -196,4 +196,4 @@
   }
 }
 
-#endif SQLITE_OMIT_GET_TABLE
+#endif /* SQLITE_OMIT_GET_TABLE */