aboutsummaryrefslogtreecommitdiffstats
path: root/src/tparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tparam.c')
-rw-r--r--src/tparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tparam.c b/src/tparam.c
index 9492d9dee36..58a825c90d7 100644
--- a/src/tparam.c
+++ b/src/tparam.c
@@ -247,7 +247,7 @@ tparam1 (const char *string, char *outstring, int len,
247 break; 247 break;
248 248
249 default: 249 default:
250 abort (); 250 emacs_abort ();
251 } 251 }
252 } 252 }
253 else 253 else