diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-09-27 18:54:57 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-09-27 18:54:57 -0700 |
commit | e8e2560e3391fa9c240235207a909855bfa7c73f (patch) | |
tree | 98613091084e37aa30e00b7abd40824da6851d39 /src/TMstate.c | |
parent | e7411e7e5299116604ff1f01d9415802607f1051 (diff) |
Get rid of some extraneous ; at the end of C source lines
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/TMstate.c')
-rw-r--r-- | src/TMstate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TMstate.c b/src/TMstate.c index 4a634b4..3d51a1a 100644 --- a/src/TMstate.c +++ b/src/TMstate.c @@ -382,7 +382,7 @@ TMShortCard _XtGetModifierIndex( j = 0; } modMatch = &segment[j]; - modMatch->modifiers = event->modifiers;; + modMatch->modifiers = event->modifiers; modMatch->modifierMask = event->modifierMask; modMatch->standard = event->standard; /* |