summaryrefslogtreecommitdiff
path: root/vkext_flex.h
diff options
context:
space:
mode:
authorevgeny <me@ch1p.com>2016-09-22 14:09:41 +0200
committerevgeny <me@ch1p.com>2016-09-22 17:21:27 +0200
commitef4d6b7f79d12f4c1dd7d0cc7725ea6a3e8d5e90 (patch)
tree7d2325612e808a5a28b957a9ef9726934eec4388 /vkext_flex.h
parentd00e1d5eccf4192f1a9f2ec36107ad3b6616ee22 (diff)
Fix memory leaks and corruptionHEADmaster
Diffstat (limited to 'vkext_flex.h')
-rw-r--r--vkext_flex.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/vkext_flex.h b/vkext_flex.h
index 48de3c2..0799748 100644
--- a/vkext_flex.h
+++ b/vkext_flex.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with VK/KittenPHP-DB-Engine. If not, see <http://www.gnu.org/licenses/>.
- This program is released under the GPL with the additional exemption
+ This program is released under the GPL with the additional exemption
that compiling, linking, and/or using OpenSSL is allowed.
You are free to remove this exemption from derived works.
@@ -30,10 +30,10 @@
#if defined __cplusplus
extern "C" {
#endif
-
+
#include <stdio.h>
-
+
struct vk_node {
short tail_len;
short hyphen;
@@ -52,9 +52,9 @@ struct lang {
const char **endings;
struct vk_node nodes[];
};
-
-char *do_flex (const char *name, int name_len, const char *case_name, int case_name_len, int sex, const char *type, int type_len, int lang_id);
-
+
+char *do_flex (const char *name, int name_len, const char *case_name, int case_name_len, int sex, const char *type, int lang_id);
+
#if defined __cplusplus
};
#endif