summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/asterisk/astosp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/astosp.h b/include/asterisk/astosp.h
index 75ee76fc5..d5c7da1a7 100644
--- a/include/asterisk/astosp.h
+++ b/include/asterisk/astosp.h
@@ -24,8 +24,8 @@
#ifndef _ASTERISK_OSP_H
#define _ASTERISK_OSP_H
-#define AST_OSP_SUCCESS ((char*)"SUCCESS") /* Return status, success */
-#define AST_OSP_FAILED ((char*)"FAILED") /* Return status, failed */
-#define AST_OSP_ERROR ((char*)"ERROR") /* Return status, error */
+#define AST_OSP_SUCCESS ((char*)"SUCCESS") /* Return status, success */
+#define AST_OSP_FAILED ((char*)"FAILED") /* Return status, failed */
+#define AST_OSP_ERROR ((char*)"ERROR") /* Return status, error */
#endif /* _ASTERISK_OSP_H */