Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/13481df0432f4d7a656f722e27933a0a6bb0e40d >--------------------------------------------------------------- commit 13481df0432f4d7a656f722e27933a0a6bb0e40d Author: Gabor Greif <[email protected]> Date: Wed Jan 18 18:06:47 2012 +0100 (some) tabs -> spaces >--------------------------------------------------------------- rts/posix/Itimer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rts/posix/Itimer.c b/rts/posix/Itimer.c index d928147..13ba345 100644 --- a/rts/posix/Itimer.c +++ b/rts/posix/Itimer.c @@ -126,7 +126,7 @@ initTicker (Time interval, TickProc handle_tick) clockid_t clock; // Keep programs like valgrind happy - memset(&ev, 0, sizeof(ev)); + memset(&ev, 0, sizeof(ev)); ev.sigev_notify = SIGEV_SIGNAL; ev.sigev_signo = ITIMER_SIGNAL; _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
