summaryrefslogtreecommitdiff
path: root/logview/src/logview-loglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'logview/src/logview-loglist.h')
-rw-r--r--logview/src/logview-loglist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logview/src/logview-loglist.h b/logview/src/logview-loglist.h
index ebfbf04f..ac6c9544 100644
--- a/logview/src/logview-loglist.h
+++ b/logview/src/logview-loglist.h
@@ -43,7 +43,7 @@ typedef struct _LogviewLoglist LogviewLoglist;
typedef struct _LogviewLoglistClass LogviewLoglistClass;
typedef struct _LogviewLoglistPrivate LogviewLoglistPrivate;
-struct _LogviewLoglist {
+struct _LogviewLoglist {
GtkTreeView parent_instance;
LogviewLoglistPrivate *priv;
};