Fix typos
[smdp.git] / include / markdown.h
index 7a435a8..d353896 100644 (file)
@@ -21,7 +21,7 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  *
  *
- * enum: line_bitmask which enumerates markdown formating bits
+ * enum: line_bitmask which enumerates markdown formatting bits
  *
  * struct: deck_t the root object representing a deck of slides
  * struct: slide_t a linked list element of type slide contained in a deck
@@ -74,6 +74,7 @@ typedef struct _slide_t {
     struct _slide_t *next;
     int lines;
     int stop;
+    int lines_consumed;
 } slide_t;
 
 typedef struct _deck_t {