diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-05 09:27:50 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-05 09:27:50 +0000 |
commit | 1420638ed1a3ea058baa766dd3743868e554e392 (patch) | |
tree | 061e845c2740089d1d5a9bca86d4065eeeeb0073 /libmudflap/testsuite | |
parent | ff503af38b881f550c5b7ae079c276454f19ae08 (diff) | |
download | gcc-1420638ed1a3ea058baa766dd3743868e554e392.tar.gz |
* testsuite/libmudflap.c/pass32-frag.c: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/testsuite')
-rw-r--r-- | libmudflap/testsuite/libmudflap.c/pass32-frag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmudflap/testsuite/libmudflap.c/pass32-frag.c b/libmudflap/testsuite/libmudflap.c/pass32-frag.c index 38468642328..d7f22327976 100644 --- a/libmudflap/testsuite/libmudflap.c/pass32-frag.c +++ b/libmudflap/testsuite/libmudflap.c/pass32-frag.c @@ -13,6 +13,6 @@ int main () { struct foo k; char *n = get_z (& k); -srand ((int)(__mf_uintptr_)t n); /* use the pointer value */ +srand ((int)(__mf_uintptr_t) n); /* use the pointer value */ return 0; } |