chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
General build system spring-cleaning.
[mLib]
/
utils
/
t
/
exc-test.c
diff --git
a/utils/t/exc-test.c
b/utils/t/exc-test.c
index f9a94635438ba152a72f4c0c0d2f2d6fb822b177..ba74b949ebec62ace0d85d72bc169d3faa4d0807 100644
(file)
--- a/
utils/t/exc-test.c
+++ b/
utils/t/exc-test.c
@@
-35,7
+35,7
@@
int main(void)
printf("%lu exception (val = %i)\n", exc_type, exc_i);
break;
} END_TRY;
- printf("hello! __exc_list = %p\n", __exc_list);
+ printf("hello! __exc_list = %p\n",
(void *)
__exc_list);
return (0);
}