diff options
author | Rich Felker <dalias@aerifal.cx> | 2016-07-03 14:38:53 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-07-03 15:02:24 -0400 |
commit | 093288dcb37a30c634b0a00eb7e2a0dbe72ebf95 (patch) | |
tree | 62bf6a79f17c525cfed1a3d40af83fa4fb499d31 /include/sys | |
parent | 45ba07fded06005cddbf36b1a8f0c29c63724893 (diff) | |
download | musl-093288dcb37a30c634b0a00eb7e2a0dbe72ebf95.tar.gz musl-093288dcb37a30c634b0a00eb7e2a0dbe72ebf95.tar.xz musl-093288dcb37a30c634b0a00eb7e2a0dbe72ebf95.zip |
fix misplaced indention in sys/procfs.h
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/procfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/procfs.h b/include/sys/procfs.h index f7936c43..2a928751 100644 --- a/include/sys/procfs.h +++ b/include/sys/procfs.h @@ -34,7 +34,7 @@ struct elf_prstatus { #define ELF_PRARGSZ 80 struct elf_prpsinfo - { +{ char pr_state; char pr_sname; char pr_zomb; |