about summary refs log tree commit diff homepage
path: root/runtime/klee-libc/abort.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/klee-libc/abort.c')
-rw-r--r--runtime/klee-libc/abort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/klee-libc/abort.c b/runtime/klee-libc/abort.c
index 0332d095..741bcf82 100644
--- a/runtime/klee-libc/abort.c
+++ b/runtime/klee-libc/abort.c
@@ -1,11 +1,11 @@
-//===-- abort.c -----------------------------------------------------------===//
+/*===-- abort.c -----------------------------------------------------------===//
 //
 //                     The KLEE Symbolic Virtual Machine
 //
 // This file is distributed under the University of Illinois Open Source
 // License. See LICENSE.TXT for details.
 //
-//===----------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===*/
 
 #include <stdlib.h>