summaryrefslogtreecommitdiff
path: root/include/exceptions.h
diff options
context:
space:
mode:
authorPixel <>2001-04-16 15:12:16 +0000
committerPixel <>2001-04-16 15:12:16 +0000
commite09044e963015cf672d0f992264ee1563717602a (patch)
tree1a55d7d5e46401a41ca7bc24e597d90b0b720601 /include/exceptions.h
parent3953a2906211a6c0007079dcafe66aa372ab33d1 (diff)
Indentation
Diffstat (limited to 'include/exceptions.h')
-rw-r--r--include/exceptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/exceptions.h b/include/exceptions.h
index 5ce9f60..672d8ca 100644
--- a/include/exceptions.h
+++ b/include/exceptions.h
@@ -3,8 +3,8 @@
#include <stdio.h>
-char * Estrdup(char *);
-void * Emalloc(size_t);
+char *Estrdup(char *);
+void *Emalloc(size_t);
void exception(int, char *);
void pushcontext(char *);