summaryrefslogtreecommitdiffstats
path: root/Header.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-26 18:41:04 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-01-26 21:16:23 +0100
commit3035e29e7475379c075614109ae717649a0eb2d6 (patch)
tree962fca663ab53a0754380c0fcecd343aafead017 /Header.c
parent0f04714a035e2024385237d5698ee9488f88a22e (diff)
Use typedef names instead of raw struct ones
Diffstat (limited to 'Header.c')
-rw-r--r--Header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Header.c b/Header.c
index 08e3548a..290043e8 100644
--- a/Header.c
+++ b/Header.c
@@ -20,7 +20,7 @@ in the source distribution for its full text.
#include "XUtils.h"
-Header* Header_new(struct ProcessList_* pl, Settings* settings, int nrColumns) {
+Header* Header_new(ProcessList* pl, Settings* settings, int nrColumns) {
Header* this = xCalloc(1, sizeof(Header));
this->columns = xCalloc(nrColumns, sizeof(Vector*));
this->settings = settings;

© 2014-2024 Faster IT GmbH | imprint | privacy policy