diff options
Diffstat (limited to 'lib/libforms/forms.c')
-rw-r--r-- | lib/libforms/forms.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libforms/forms.c b/lib/libforms/forms.c index 575608fd08a0..2c2a87a21754 100644 --- a/lib/libforms/forms.c +++ b/lib/libforms/forms.c @@ -6,8 +6,8 @@ * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer, - * verbatim and that no modifications are made prior to this + * notice, this list of conditions and the following disclaimer, + * verbatim and that no modifications are made prior to this * point in the file. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the @@ -65,7 +65,7 @@ struct intbind { struct intbind internal_bindings[] = { {"draw_box", &draw_box}, {"draw_shadow", &draw_shadow} -}; +}; /* Bind the internal function addresses */ |