[anjuta] document-manager: fix compile warning
- From: Carl-Anton Ingmarsson <carlantoni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] document-manager: fix compile warning
- Date: Wed, 10 Apr 2013 21:41:05 +0000 (UTC)
commit 36c15d5dfb17de2f5fbdf9a55e5b58c0973ae4e9
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date: Wed Apr 10 23:35:15 2013 +0200
document-manager: fix compile warning
plugins/document-manager/file_history.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/document-manager/file_history.c b/plugins/document-manager/file_history.c
index e1d5650..79bd3b5 100644
--- a/plugins/document-manager/file_history.c
+++ b/plugins/document-manager/file_history.c
@@ -34,7 +34,7 @@ typedef struct _AnFileHistory
static AnFileHistory *s_history = NULL;
-static void an_file_history_init()
+static void an_file_history_init (void)
{
s_history = g_new(AnFileHistory, 1);
s_history->items = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]