diff options
Diffstat (limited to 'core/profile.c')
-rw-r--r-- | core/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/profile.c b/core/profile.c index 78f3b2f57..373fb9640 100644 --- a/core/profile.c +++ b/core/profile.c @@ -1524,7 +1524,7 @@ struct plot_data *get_plot_details_new(struct plot_info *pi, int time, struct me } if (entry) plot_string(pi, entry, mb); - return (entry); + return entry; } /* Compare two plot_data entries and writes the results into a string */ |