From 8584cc73d1748006dc9a1d5929fc2e6aafbc1324 Mon Sep 17 00:00:00 2001 From: Lerking Date: Fri, 14 Dec 2018 21:09:38 +0100 Subject: [PATCH] Minor corrections --- h2inc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/h2inc.py b/h2inc.py index b6aa174..dd69701 100644 --- a/h2inc.py +++ b/h2inc.py @@ -1,3 +1,4 @@ +"""Script for translating C-header files into nasm syntax include files""" import os from parser import PARSER