summaryrefslogtreecommitdiff
path: root/main/strcompat.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/strcompat.c')
-rw-r--r--main/strcompat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/strcompat.c b/main/strcompat.c
index 97faae73f..1bad4b1b7 100644
--- a/main/strcompat.c
+++ b/main/strcompat.c
@@ -16,7 +16,7 @@
/*! \file
*
- * \brief Compatibility functions for strsep and strtoq missing on Solaris
+ * \brief Compatibility functions for strsep and strtoq missing on Solaris
*/
#include "asterisk.h"
@@ -203,7 +203,7 @@ void timersub(struct timeval *tvend, struct timeval *tvstart, struct timeval *tv
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#if !defined(HAVE_ASPRINTF) && !defined(__AST_DEBUG_MALLOC)
+#if !defined(HAVE_ASPRINTF) && !defined(__AST_DEBUG_MALLOC)
int asprintf(char **str, const char *fmt, ...)
{
va_list ap;