summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/delegate.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-06-24 07:36:50 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-06-24 07:36:50 +0200
commitd1583b9850d9fb45470648a515eb734e05fd926f (patch)
tree33a4d9934bd2ff6c41526abe0ba06c1d1ea73eb6 /src/lib/util/delegate.c
parent03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff)
Cleanups and version bumpmame0163
Diffstat (limited to 'src/lib/util/delegate.c')
-rw-r--r--src/lib/util/delegate.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/util/delegate.c b/src/lib/util/delegate.c
index 5abf04b3a32..2245cf14bcb 100644
--- a/src/lib/util/delegate.c
+++ b/src/lib/util/delegate.c
@@ -33,16 +33,16 @@ delegate_mfp::raw_mfp_data delegate_mfp::s_null_mfp = { 0 };
#if (USE_DELEGATE_TYPE == DELEGATE_TYPE_INTERNAL)
/**
- * @fn delegate_generic_function delegate_mfp::convert_to_generic(delegate_generic_class *&object) const
+ * @fn delegate_generic_function delegate_mfp::convert_to_generic(delegate_generic_class *&object) const
*
- * @brief -------------------------------------------------
- * delegate_convert_raw - given an object and an raw function, adjust the object base
- * and return the actual final code pointer
- * -------------------------------------------------.
+ * @brief -------------------------------------------------
+ * delegate_convert_raw - given an object and an raw function, adjust the object base
+ * and return the actual final code pointer
+ * -------------------------------------------------.
*
- * @param [in,out] object [in,out] If non-null, the object.
+ * @param [in,out] object [in,out] If non-null, the object.
*
- * @return The given data converted to a generic.
+ * @return The given data converted to a generic.
*/
delegate_generic_function delegate_mfp::convert_to_generic(delegate_generic_class *&object) const