summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/makejvf')
-rw-r--r--Build/source/texk/makejvf/ChangeLog4
-rw-r--r--Build/source/texk/makejvf/main.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog
index 1e21373edfa..815a88ff753 100644
--- a/Build/source/texk/makejvf/ChangeLog
+++ b/Build/source/texk/makejvf/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-21 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * main.c (main): add break;.
+
2012-09-04 Peter Breitenlohner <peb@mppmu.mpg.de>
* main.c: Use xmalloc() and xstrdup(). Use getopt() to parse
diff --git a/Build/source/texk/makejvf/main.c b/Build/source/texk/makejvf/main.c
index 5a38a0bf907..3b2f24bad94 100644
--- a/Build/source/texk/makejvf/main.c
+++ b/Build/source/texk/makejvf/main.c
@@ -78,6 +78,7 @@ int main(int argc, char ** argv)
break;
case 'U':
ucsqtfm = xstrdup(optarg);
+ break;
case 'H':
hankana=1;
break;