aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_complextypeparser.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-05-22 13:17:24 +0000
committerJörg Mayer <jmayer@loplof.de>2007-05-22 13:17:24 +0000
commit21adfc3029c13191804e47dd732969143b7d2003 (patch)
tree07a4dfe07e49e99b33faad4ec6fc3b701f6a214f /plugins/opcua/opcua_complextypeparser.c
parente14af5a5774905c107c8a2428e141cd89e07b13f (diff)
Trivial warning fixes:
opcua: warning: function declaration isn't a prototype rest: comma at end of enumerator svn path=/trunk/; revision=21885
Diffstat (limited to 'plugins/opcua/opcua_complextypeparser.c')
-rw-r--r--plugins/opcua/opcua_complextypeparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/opcua_complextypeparser.c b/plugins/opcua/opcua_complextypeparser.c
index dc1034fb43..11efbf3cff 100644
--- a/plugins/opcua/opcua_complextypeparser.c
+++ b/plugins/opcua/opcua_complextypeparser.c
@@ -1742,7 +1742,7 @@ static gint *ett[] =
&ett_opcua_TransferResult,
};
-void registerComplexTypes()
+void registerComplexTypes(void)
{
proto_register_subtree_array(ett, array_length(ett));
}