summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-31 16:45:50 +0000
committerDana Jansens <danakj@orodu.net>2003-07-31 16:45:50 +0000
commit732990d277d0888389ecc2de93df9f40dbcf297c (patch)
tree97f3be19a4e30e6fb4b4aea223d319aea5474877 /plugins
parent860020c1e1b62a0aa9297745f24870b822edba42 (diff)
kill warnings
Diffstat (limited to 'plugins')
-rw-r--r--plugins/placement/history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/placement/history.c b/plugins/placement/history.c
index c24f91e8..7203fe11 100644
--- a/plugins/placement/history.c
+++ b/plugins/placement/history.c
@@ -250,7 +250,7 @@ void history_startup()
history_path = g_strdup_printf("%s.%d", path, ob_screen);
g_free(path);
- /*load_history(); /* load from the historydb file */
+ /*load_history(); /\* load from the historydb file */
dispatch_register(Event_Client_Destroy, (EventHandler)event, NULL);
}
@@ -259,7 +259,7 @@ void history_shutdown()
{
GSList *it;
- /*save_history(); /* save to the historydb file */
+ /*save_history(); /\* save to the historydb file */
for (it = history_list; it != NULL; it = it->next) {
struct HistoryItem *hi = it->data;
g_free(hi->name);