diff options
author | vanhauser-thc <vh@thc.org> | 2021-08-31 23:54:06 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-08-31 23:54:19 +0200 |
commit | d4a8a9df699aa018755f4948e2add508be44b8b2 (patch) | |
tree | 08fcc9ebc0a70f545cbc149385dfb9a4670eada8 /utils/plot_ui/afl-plot-ui.c | |
parent | fe5b2c355f097705bf0bd7b35b0484b16f87964f (diff) | |
download | afl++-d4a8a9df699aa018755f4948e2add508be44b8b2.tar.gz |
fix regression in class lookup
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) { } } + |