Fixed typo. Closes #166090

* procopenfiles.c: Fixed typo. Closes #166090
This commit is contained in:
Benoît Dejean
2005-02-02 21:30:27 +00:00
parent 639ea4870c
commit a354ca2635
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-02-02 Benoît Dejean <TazForEver@dlfp.org>
* procopenfiles.c: Fixed typo. Closes #166090
2004-12-23 Benoît Dejean <tazforever@dlfp.org>
* netlist.c: (glibtop_get_netlist_s): Fixed.

View File

@@ -37,7 +37,7 @@ glibtop_init_proc_open_files_s (glibtop *server)
/* Provides detailed information about a process. */
glibtop_open_file_entry *
glibtop_open_files_entry *
glibtop_get_proc_open_files_s (glibtop *server, glibtop_proc_open_files *buf, pid_t pid)
{
glibtop_init_s (&server, GLIBTOP_SYSDEPS_PROC_MAP, 0);