summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-08-05 03:36:58 +0200
committerGrigori Goronzy <greg@blackbox>2009-08-05 03:36:58 +0200
commit5ddad362f52080c4f2a46e78fc4cca4f8ca6a2b0 (patch)
tree52f500ba9c2ff65d263aa9ef0fd93fd078c78784
parent5b793b51055258360e8ee00f4baeb4488a21eb54 (diff)
downloadlibass-5ddad362f52080c4f2a46e78fc4cca4f8ca6a2b0.tar.bz2
libass-5ddad362f52080c4f2a46e78fc4cca4f8ca6a2b0.tar.xz
Cosmetics: add parameter name in prototype
-rw-r--r--libass/ass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass.h b/libass/ass.h
index 16e7399..879d041 100644
--- a/libass/ass.h
+++ b/libass/ass.h
@@ -72,7 +72,7 @@ ass_library_t *ass_library_init(void);
* \brief Finalize the library
* \param priv library handle
*/
-void ass_library_done(ass_library_t *);
+void ass_library_done(ass_library_t *priv);
/**
* \brief Set private font directory.