diff options
author | Martin Nowack <martin@se.inf.tu-dresden.de> | 2014-02-07 22:30:19 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2015-04-01 15:13:56 +0100 |
commit | c711d470f4382e350748bccdc295fa002d9aaef5 (patch) | |
tree | 0590d150baccabb5d87566c422f8e63467072dd2 /runtime/klee-libc/abort.c | |
parent | 388b52bcf283022733c4160b448a92ab54f02472 (diff) | |
download | klee-c711d470f4382e350748bccdc295fa002d9aaef5.tar.gz |
[runtime] Fix comments to c style for c files and headers
Diffstat (limited to 'runtime/klee-libc/abort.c')
-rw-r--r-- | runtime/klee-libc/abort.c | 4 |
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> |