diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-05 14:17:54 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-05 14:17:54 +0000 |
| commit | 41798314b69f4ea3af7173f0f3a02b8cb5d9b33d (patch) | |
| tree | f7e53d4f7141aecd8c58ef1308416d2562cb62bf /man3/tmpnam.3 | |
| parent | 9ee19dd5562590464bb2322378018422ff070dcf (diff) | |
| download | man-pages-41798314b69f4ea3af7173f0f3a02b8cb5d9b33d.tar.gz | |
Code formatting fixes
Diffstat (limited to 'man3/tmpnam.3')
| -rw-r--r-- | man3/tmpnam.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3 index 0238c929f2..597562501d 100644 --- a/man3/tmpnam.3 +++ b/man3/tmpnam.3 @@ -105,7 +105,9 @@ defined by .sp .nf .in +5 -char *tmpnam_r(char *s) { +char * +tmpnam_r(char *s) +{ return s ? tmpnam(s) : NULL; } .in |
