diff options
Diffstat (limited to 'man3/setaliasent.3')
| -rw-r--r-- | man3/setaliasent.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/setaliasent.3 b/man3/setaliasent.3 index 321e4afe61..d7d8da4d88 100644 --- a/man3/setaliasent.3 +++ b/man3/setaliasent.3 @@ -126,7 +126,7 @@ main(void) al = getaliasent(); if (al == NULL) break; - printf("Name: %s\\n", al->alias_name); + printf("Name: %s\\n", al\->alias_name); } if (errno) { perror("reading alias"); |
