Skip to content

Commit

Permalink
Merge pull request #322 from craig-dillabaugh/patch-1
Browse files Browse the repository at this point in the history
Update interfaceToC.dd
  • Loading branch information
AndrejMitrovic committed May 25, 2013
2 parents f5d3e15 + 4f636c7 commit 5161416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaceToC.dd
Expand Up @@ -295,7 +295,7 @@ alias extern(C) int function(int, int) Callback; // D code
extern(C) Callback getCallback();
void main()
{
Callback cb = getallback();
Callback cb = getCallback();
cb(); // invokes the callback
}
---
Expand Down

0 comments on commit 5161416

Please sign in to comment.