Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Thu, 17 Jan 2008 15:49:31 +0000 | benoit | Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). |
Thu, 17 Jan 2008 11:07:27 +0000 | benoit | Remove some useless parentheses. |
Thu, 17 Jan 2008 10:24:14 +0000 | benoit | Cosmetics: whitespaces |
Thu, 17 Jan 2008 08:57:15 +0000 | benoit | Remove non cosmetic spaces inside parentheses. |