2009/dap/camera Overview.html,1.35,1.36

Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv30854

Modified Files:
	Overview.html 
Log Message:
Fixed minor syntax error


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Overview.html	2 Dec 2009 15:47:38 -0000	1.35
+++ Overview.html	4 Dec 2009 13:02:35 -0000	1.36
@@ -183,7 +183,7 @@
 <dl title="[NoInterfaceObject] interface CaptureError" class="idl">
 <dt>const unsigned short CAPTURE_INTERNAL_ERR = 0 </dt><dd>Camera or mike failed to capture image or sound. </dd><dt>readonly attribute unsigned short code </dt><dd>An error code assigned by an implementation when an error has occurred in Capture API processing.
 </dd></dl>
-</section><section> id="pendingoperation"><h3><a>PendingOperation</a> interface</h3>
+</section><section id="pendingoperation"><h3><a>PendingOperation</a> interface</h3>
 <p class="note">This may be a general interface for use throughout all APIs. Included here for now for completion.</p>
 <dl title="[NoInterfaceObject] interface PendingOperation" class="idl"><dt>void cancel ()
 </dt><dd>Cancel/clear the pending asynchronous operation. </dd></dl>

Received on Friday, 4 December 2009 13:02:38 UTC