diff options
author | van Hauser <vh@thc.org> | 2021-09-01 08:41:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 08:41:21 +0200 |
commit | 773baf9391ff5f1793deb7968366819e7fa07adc (patch) | |
tree | 08fcc9ebc0a70f545cbc149385dfb9a4670eada8 /utils/plot_ui/afl-plot-ui.c | |
parent | 353d402aaf9296c7dbd47e66fbbc6e59179c4e44 (diff) | |
parent | d4a8a9df699aa018755f4948e2add508be44b8b2 (diff) | |
download | afl++-773baf9391ff5f1793deb7968366819e7fa07adc.tar.gz |
Merge pull request #1084 from AFLplusplus/dev
push to stable
Diffstat (limited to 'utils/plot_ui/afl-plot-ui.c')
-rw-r--r-- | utils/plot_ui/afl-plot-ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/plot_ui/afl-plot-ui.c b/utils/plot_ui/afl-plot-ui.c index 2877f815..56f0c006 100644 --- a/utils/plot_ui/afl-plot-ui.c +++ b/utils/plot_ui/afl-plot-ui.c @@ -170,3 +170,4 @@ static void plot_toggled(GtkWidget *caller, gpointer data) { } } + |