diff options
author | Pixel <> | 2001-04-16 01:20:25 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 01:20:25 +0000 |
commit | 70ce40a4e0464865df5b946781a179c7d770787c (patch) | |
tree | 2f88497f56b5b14cc7a03faa5cc6143ff810c854 /src | |
parent | 9a50f1e65b9489a1421d9c169fa9b1f9168e41bd (diff) |
Nouveau compilo
Diffstat (limited to 'src')
-rw-r--r-- | src/compilo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compilo.c b/src/compilo.c index 3f214a6..883bd81 100644 --- a/src/compilo.c +++ b/src/compilo.c @@ -49,7 +49,7 @@ void segfaulthand(int i) { int main(void) { invite(); -/* signal(SIGSEGV, segfaulthand);*/ +/* signal(SIGSEGV, segfaulthand); */ fprintf(stderr, _("\nPerforming initialisation...\n\n")); init_all(); |