diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2012-05-09 10:42:40 +0200 |
---|---|---|
committer | Tormod Volden <debian.tormod@gmail.com> | 2012-05-20 21:50:13 +0200 |
commit | fe7185b175715a773fc75e182ba61c9c4af46bf1 (patch) | |
tree | 6d6e685d0c598d7b01d8fd5a1cc31437f17fb672 | |
parent | 0dec2a2c3d8bba0cdfd20d87baaa3e9482d85da0 (diff) |
fixup: move (commented out) instruction from declarations
-rw-r--r-- | src/savage_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savage_video.c b/src/savage_video.c index 804d9fd..5ce5da9 100644 --- a/src/savage_video.c +++ b/src/savage_video.c @@ -1935,8 +1935,8 @@ SavagePutImage( int top, left, npixels, nlines; BoxRec dstBox; CARD32 tmp; -/* xf86ErrorFVerb(XVTRACE,"SavagePutImage\n"); */ +/* xf86ErrorFVerb(XVTRACE,"SavagePutImage\n"); */ if(drw_w > 16384) drw_w = 16384; /* Clip */ |