From e1591da4fd88fe7ce7af4f6eb9a597a4abdaf76a Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Fri, 3 Dec 2004 23:34:55 +0000 Subject: [PATCH] Bah, forgot to commit the trivial fix I pointed out myself after applying patch for previous change --- sim/common/callback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/common/callback.c b/sim/common/callback.c index d2a92d084c..2204787627 100644 --- a/sim/common/callback.c +++ b/sim/common/callback.c @@ -816,7 +816,7 @@ cb_host_to_target_stat (cb, hs, ts) if (hs != NULL) { - if (1) + if (0) ; /* Defined here to avoid emacs indigestion on a lone "else". */ #undef ST_x -- 2.34.1