]> git.sur5r.net Git - cc65/commitdiff
Correct missed doc label
authorLauri Kasanen <cand@gmx.com>
Tue, 16 May 2017 17:14:19 +0000 (20:14 +0300)
committerLauri Kasanen <cand@gmx.com>
Tue, 16 May 2017 17:14:19 +0000 (20:14 +0300)
doc/cc65.sgml

index a9b88c2b46c9f159ca2472f89a887863e8911b32..d87fa47a7993a143156cd88c0391babe1aa71cbe 100644 (file)
@@ -1229,7 +1229,7 @@ parameter with the <tt/#pragma/.
   </verb></tscreen>
 
 
-<sect1><tt>#pragma wrapped-call (&lt;push&rt;, &lt;name&gt;, &lt;identifier&gt;)</tt><label id="pragma-trampoline"><p>
+<sect1><tt>#pragma wrapped-call (&lt;push&rt;, &lt;name&gt;, &lt;identifier&gt;)</tt><label id="pragma-wrapped-call"><p>
 
   This pragma sets a wrapper for functions, often used for trampolines.
   The name is either a function returning void and taking no parameters,