blob: 7540fa94ebe2abcd11c18565ccafbe3ee330a681 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2006/06/18 19:36:53 joerg Exp $
--- tzc.c.orig 2006-06-18 19:27:56.000000000 +0000
+++ tzc.c
@@ -1164,6 +1164,7 @@ handle_set_location(Value *setloc_cmd)
report_location();
fail:
+ ;
/* nothing to do */
}
|