summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/panels/panel-int.h')
-rw-r--r--src/gui/panels/panel-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/panel-int.h b/src/gui/panels/panel-int.h
index e1c8932..def1934 100644
--- a/src/gui/panels/panel-int.h
+++ b/src/gui/panels/panel-int.h
@@ -56,7 +56,7 @@ typedef struct _panel_node
{
struct _panel_node *parent; /* Noeud parent */
- char path; /* Chemin du nom courant */
+ char *path; /* Chemin du nom courant */
size_t depth; /* Profondeur utilisée */
bool simple; /* Noeud sans division */