diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-05-31 10:00:46 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-05-31 10:00:46 -0700 |
commit | da09bdefdab9ebccdc4777d6631959285972fd37 (patch) | |
tree | 82e75b0190aced93b5e8dbb28a15ef48bfc41a03 /libcrystfel | |
parent | 72785601600f3cea06c5391e1ee7be80872500c2 (diff) |
Fix a silly mistake
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/integration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 65567b1e..0b0db4c0 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -282,7 +282,7 @@ static void colour_off(enum boxmask_val b) break; case BM_BH : - attron(COLOR_PAIR(3)); + attroff(COLOR_PAIR(3)); break; default: |