diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2005-01-05 01:27:50 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-01-05 01:27:50 -0800 |
commit | 130e4a02c2e7a5b0eec9efebd8ceef6b1fc7b96b (patch) | |
tree | 061e845c2740089d1d5a9bca86d4065eeeeb0073 /libmudflap/testsuite | |
parent | ec24eb4ebbdb24aa5b67cd6789d88946bb296f24 (diff) | |
download | gcc-130e4a02c2e7a5b0eec9efebd8ceef6b1fc7b96b.tar.gz |
* testsuite/libmudflap.c/pass32-frag.c: Fix typo.
From-SVN: r92930
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; } |