summaryrefslogtreecommitdiff
path: root/python/rpmfd-py.h
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-12 09:34:31 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-12 09:34:31 +0200
commitd2d4dae1add3e5e48810baf2524f8bd01cb6e02c (patch)
tree6205a5390d0577ce5ade43b885c566f7cf7d7bff /python/rpmfd-py.h
parent142cbc590662d3a90ab3ffc2a20cbc8f1e16dcf3 (diff)
downloadlibrpm-tizen-d2d4dae1add3e5e48810baf2524f8bd01cb6e02c.tar.gz
librpm-tizen-d2d4dae1add3e5e48810baf2524f8bd01cb6e02c.tar.bz2
librpm-tizen-d2d4dae1add3e5e48810baf2524f8bd01cb6e02c.zip
Formating cleanup.
Diffstat (limited to 'python/rpmfd-py.h')
-rw-r--r--python/rpmfd-py.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/rpmfd-py.h b/python/rpmfd-py.h
index 15bc9ce2d..498a63ced 100644
--- a/python/rpmfd-py.h
+++ b/python/rpmfd-py.h
@@ -13,7 +13,6 @@ typedef struct rpmfdObject_s {
extern PyTypeObject rpmfd_Type;
-rpmfdObject * rpmfd_Wrap(FD_t fd)
- ;
+rpmfdObject * rpmfd_Wrap(FD_t fd);
#endif