Skip to content

Commit

Permalink
Merge pull request nanomsg#344 from Adellica/master
Browse files Browse the repository at this point in the history
Documentation fix on sample source code
  • Loading branch information
djc committed Dec 1, 2014
2 parents 817333d + c82f9ad commit 8a7235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/nn_symbol_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ for (i = 0; ; ++i) {
if(rc == 0)
break;
assert (rc == sizeof (sym));
printf ("'%s' = %d\n", sym->name, sym->value);
printf ("'%s' = %d\n", sym.name, sym.value);
}
----

Expand Down

0 comments on commit 8a7235c

Please sign in to comment.