summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corestr.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/corestr.c
parent03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff)
Cleanups and version bumpmame0163
Diffstat (limited to 'src/lib/util/corestr.c')
-rw-r--r--src/lib/util/corestr.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/util/corestr.c b/src/lib/util/corestr.c
index eb6f76ac4b4..b4a75a3bc48 100644
--- a/src/lib/util/corestr.c
+++ b/src/lib/util/corestr.c
@@ -295,13 +295,13 @@ std::string strmakeupper(std::string& str)
}
/**
- * @fn std::string strmakelower(std::string& str)
+ * @fn std::string strmakelower(std::string& str)
*
- * @brief Strmakelowers the given string.
+ * @brief Strmakelowers the given string.
*
- * @param [in,out] str The string.
+ * @param [in,out] str The string.
*
- * @return A std::string.
+ * @return A std::string.
*/
std::string strmakelower(std::string& str)
@@ -311,15 +311,15 @@ std::string strmakelower(std::string& str)
}
/**
- * @fn int strreplace(std::string &str, const std::string& search, const std::string& replace)
+ * @fn int strreplace(std::string &str, const std::string& search, const std::string& replace)
*
- * @brief Strreplaces.
+ * @brief Strreplaces.
*
- * @param [in,out] str The string.
- * @param search The search.
- * @param replace The replace.
+ * @param [in,out] str The string.
+ * @param search The search.
+ * @param replace The replace.
*
- * @return An int.
+ * @return An int.
*/
int strreplace(std::string &str, const std::string& search, const std::string& replace)