diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-09 09:30:21 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-09 09:30:21 +0100 |
commit | 253e5f1ad3526de662e66c12f3e083025436c8e3 (patch) | |
tree | f5d64494342ef19fc27a088ee24f5daa3856e06b /pcitool/sysinfo.c | |
parent | 097edb90b7826ad7557777cc102de2630f235141 (diff) | |
download | pcitool-253e5f1ad3526de662e66c12f3e083025436c8e3.tar.gz pcitool-253e5f1ad3526de662e66c12f3e083025436c8e3.tar.bz2 pcitool-253e5f1ad3526de662e66c12f3e083025436c8e3.tar.xz pcitool-253e5f1ad3526de662e66c12f3e083025436c8e3.zip |
Parse required event & data_type
Diffstat (limited to 'pcitool/sysinfo.c')
-rw-r--r-- | pcitool/sysinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcitool/sysinfo.c b/pcitool/sysinfo.c index 51e7566..7b25972 100644 --- a/pcitool/sysinfo.c +++ b/pcitool/sysinfo.c @@ -168,6 +168,5 @@ nextline: clean: if (fn != fname) free(fn); -puts(fs); return err; } |