summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options.h b/src/options.h
index 041f4cd..696a907 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,13 +1,13 @@
/* binding generator options
*
- * This file is part of nsgenjsbind.
+ * This file is part of nsgenbind.
* Licensed under the MIT License,
* http://www.opensource.org/licenses/mit-license.php
* Copyright 2012 Vincent Sanders <vince@netsurf-browser.org>
*/
-#ifndef genjsbind_options_h
-#define genjsbind_options_h
+#ifndef nsgenbind_options_h
+#define nsgenbind_options_h
struct options {
char *outfilename;