diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-11-11 21:00:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-11-11 21:00:05 (GMT) |
commit | 0727204e36e919f06e80181482981c3f19669d76 (patch) | |
tree | ada49befbc7d91d21623f5221a2f7001d4b741a2 /src/gtkext | |
parent | dc49b249f21c1c8582b9ca8debdd5fbdd15eadae (diff) |
Prepared the next generation of parallel processings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@606 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/gtkextstatusbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/gtkextstatusbar.c b/src/gtkext/gtkextstatusbar.c index 8051d41..62d4950 100644 --- a/src/gtkext/gtkextstatusbar.c +++ b/src/gtkext/gtkextstatusbar.c @@ -57,7 +57,7 @@ struct _GtkExtStatusBar bar_item *stack; /* Pile de statut de la barre */ size_t stack_size; /* Taille de la pile */ - GMutex stack_access; /* Accès en à la pile */ + GMutex stack_access; /* Accès à la pile */ }; |