summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-xsrc/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e3176be3..ddcf81e2 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,11 +32,11 @@ limitations under the License.
* (improved stub)
*
*/
-extern "C" char * get_build_date(void){
+extern "C" const char * get_build_date(void){
return (__DATE__);
}
-extern "C" char * get_build_time(void){
+extern "C" const char * get_build_time(void){
return (__TIME__ );
}