summaryrefslogtreecommitdiff
path: root/src/dropbox-command-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dropbox-command-client.h')
-rw-r--r--src/dropbox-command-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dropbox-command-client.h b/src/dropbox-command-client.h
index 1c1b279..0f46f00 100644
--- a/src/dropbox-command-client.h
+++ b/src/dropbox-command-client.h
@@ -65,7 +65,7 @@ typedef void (*DropboxCommandClientConnectionAttemptHook)(guint, gpointer);
typedef GHookFunc DropboxCommandClientConnectHook;
typedef struct {
- GMutex *command_connected_mutex;
+ GMutex command_connected_mutex;
gboolean command_connected;
GAsyncQueue *command_queue;
GList *ca_hooklist;