Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
semicolon missing
Browse files Browse the repository at this point in the history
  • Loading branch information
xrogaan committed Sep 20, 2009
1 parent 8eca154 commit fedb58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Taplod/Colorsys.php
Expand Up @@ -86,6 +86,7 @@ function revert($hex=false,$rgb=false) {
'r' => substr($hex,0,2),
'g' => substr($hex,2,2),
'b' => substr($hex,-2),
);
}
}

Expand Down

0 comments on commit fedb58b

Please sign in to comment.