&img: Incompatible change: Source must be supplied with the source extension.
[www.jankratochvil.net.git] / project / captive / doc / CallType.pm
index ce3b7cc..71b7f55 100755 (executable)
@@ -80,7 +80,7 @@ print <<"HERE";
                function arguments with the function prototype used by the caller is
                harmless. Variable arguments lists can be passed by this convention.</p>
 
-               @{[ doc_img 'fig/calltype_cdecl',
+               @{[ doc_img 'fig/calltype_cdecl.fig',
                                'W32 Calling Convention <span class="constant">cdecl</span> Scheme' ]}
 
                <table border="1" class="margin-center">
@@ -93,7 +93,7 @@ print <<"HERE";
 
        <h2 id="calltype_stdcall">W32 Calling Convention &quot;stdcall&quot;</h2>
 
-               @{[ doc_img 'fig/calltype_stdcall',
+               @{[ doc_img 'fig/calltype_stdcall.fig',
                                'W32 Calling Convention <span class="constant">stdcall</span> Scheme' ]}
 
                <p>Convention never used in the UNIX world. It needs to be specified for
@@ -139,7 +139,7 @@ print <<"HERE";
                @{[ a_href '#functype','relaying code' ]} generated by
                <span class="fname">captivesym</span> relay generator.</p>
 
-               @{[ doc_img 'fig/calltype_fastcall',
+               @{[ doc_img 'fig/calltype_fastcall.fig',
                                'W32 Calling Convention <span class="constant">fastcall</span> Scheme' ]}
 
                <table border="1" class="margin-center">