aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-04-02 06:03:44 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-04-02 06:03:44 +0000
commit9c05bc3bc545ec1726561f7f33e493f81e6e59fc (patch)
treee436a37f3b44b4a32442fadf334ff9b1280130a3 /plugins/wimaxasncp
parentcf11d2690e0c4d8a223dc3e444f656858fde6c76 (diff)
Make the test compile.
svn path=/trunk/; revision=32359
Diffstat (limited to 'plugins/wimaxasncp')
-rw-r--r--plugins/wimaxasncp/wimaxasncp_dict.l12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/wimaxasncp/wimaxasncp_dict.l b/plugins/wimaxasncp/wimaxasncp_dict.l
index 7b4e1274ba..40e68b7e72 100644
--- a/plugins/wimaxasncp/wimaxasncp_dict.l
+++ b/plugins/wimaxasncp/wimaxasncp_dict.l
@@ -756,13 +756,13 @@ int main(int argc, char **argv) {
return 1;
}
- d = wimaxasncp_dict_scan(dname,fname,1);
+ d = wimaxasncp_dict_scan(dname,fname,1,&dict_error);
- if (dict_error)
- {
- printf("wimaxasncp - %s", dict_error);
- g_free(dict_error);
- }
+ if (dict_error)
+ {
+ printf("wimaxasncp - %s", dict_error);
+ g_free(dict_error);
+ }
wimaxasncp_dict_print(stdout, d);