Add missing semicolon.

svn path=/trunk/; revision=29553
This commit is contained in:
Martin Mathieson 2009-08-25 23:01:03 +00:00
parent 14a35a650f
commit 232747f501
1 changed files with 1 additions and 1 deletions

View File

@ -1652,7 +1652,7 @@ proto_check_field_name(const gchar *field_name);
const gchar *
proto_custom_set(proto_tree* tree, const gchar *field,
gchar *result,
gchar *expr, int size )
gchar *expr, int size );
#ifdef __cplusplus
}