diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/hist.c b/Src/hist.c index 3b3757b8d..beecfbe4a 100644 --- a/Src/hist.c +++ b/Src/hist.c @@ -872,7 +872,7 @@ down_histent(Histent he) } /**/ -Histent +mod_export Histent gethistent(int ev, int nearmatch) { Histent he; |