]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Follow-up for r11770: added missing 'void' keyword.
authorBart Van Assche <bvanassche@acm.org>
Wed, 18 May 2011 16:04:46 +0000 (16:04 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 18 May 2011 16:04:46 +0000 (16:04 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11776

massif/ms_main.c

index 08bfb380996f6002a47e2fc29dd1173510acc21b..7dcc3dd498ac0df95cd5ee538791737e9fe168c0 100644 (file)
@@ -2380,7 +2380,7 @@ static void write_snapshots_array_to_file(void)
    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;