babl r334 - in trunk: . docs



Author: ok
Date: Thu Jun 12 22:01:07 2008
New Revision: 334
URL: http://svn.gnome.org/viewvc/babl?rev=334&view=rev

Log:
* docs/index-static.html.in: fixed indentation and misplaced ' spotted
by Jan Heller.


Modified:
   trunk/ChangeLog
   trunk/docs/index-static.html.in

Modified: trunk/docs/index-static.html.in
==============================================================================
--- trunk/docs/index-static.html.in	(original)
+++ trunk/docs/index-static.html.in	Thu Jun 12 22:01:07 2008
@@ -186,7 +186,7 @@
     created during BablCore bootstrap is <em>RGBA</em> (linear light RGB,
     0.0 - 1.0, with a linear 0.0 - 1.0 opacity channel) backed by the
     <em>double</em> datatype. Defined similarily to <a
-    href='http://en.wikipedia.org/wiki/ScRGB_color_space'>scRGB'</a> using
+    href='http://en.wikipedia.org/wiki/ScRGB_color_space'>scRGB</a> using
     64bit floating point.
     </p>
 
@@ -219,7 +219,7 @@
 
 const Babl *srgb            = <span class='function'>babl_format</span> <span class='paren'>(</span><span class='string'>"R'G'B' u8"</span><span class='paren'>)</span>;
 const Babl *lab             = <span class='function'>babl_format</span> <span class='paren'>(</span><span class='string'>"CIE Lab float"</span><span class='paren'>)</span>;
-const Babl *rgb_to_lab_fish = </span><span class='function'>babl_fish</span> <span class='paren'>(</span> srgb, lab);
+const Babl *rgb_to_lab_fish = </span><span class='function'>babl_fish</span> <span class='paren'>(</span>srgb, lab);
 
 float         *lab_buffer;
 unsigned char *srgb_buffer;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]