|
From: <sv...@va...> - 2011-05-18 16:04:54
|
Author: bart
Date: 2011-05-18 17:04:46 +0100 (Wed, 18 May 2011)
New Revision: 11776
Log:
Follow-up for r11770: added missing 'void' keyword.
Modified:
trunk/massif/ms_main.c
Modified: trunk/massif/ms_main.c
===================================================================
--- trunk/massif/ms_main.c 2011-05-18 15:51:51 UTC (rev 11775)
+++ trunk/massif/ms_main.c 2011-05-18 16:04:46 UTC (rev 11776)
@@ -2380,7 +2380,7 @@
VG_(free)(massif_out_file);
}
-static handle_snapshot_monitor_command (Char *filename, Bool detailed)
+static void handle_snapshot_monitor_command (Char *filename, Bool detailed)
{
Snapshot snapshot;
|