diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-29 22:22:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-29 22:22:48 +0200 |
commit | d15f79015a1e117eb71ca22a43091b8bdcddb033 (patch) | |
tree | 1055e0fda09bc43877d43a585b0680cc28daa248 /include/errno.h | |
parent | add program_invocation_name and program_invocation_short_name (diff) | |
download | slibc-d15f79015a1e117eb71ca22a43091b8bdcddb033.tar.gz slibc-d15f79015a1e117eb71ca22a43091b8bdcddb033.tar.bz2 slibc-d15f79015a1e117eb71ca22a43091b8bdcddb033.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | include/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errno.h b/include/errno.h index 4ea738d..0b6232f 100644 --- a/include/errno.h +++ b/include/errno.h @@ -76,5 +76,6 @@ extern char* program_invocation_short_name; /* TODO not implemented */ #endif + #endif |