chiark / gitweb /
increase maximum distance
[ypp-sc-tools.db-live.git] / yarrg / convert.c
index b7925b806e4f214844f119aa3be9a889d665a92f..28729ae6ba3052b532f54546d7740d7cc986b470 100644 (file)
@@ -374,6 +374,9 @@ int main(int argc, char **argv) {
   default:                                     abort();
   }
 
+  if (o_mode & mf_printoceanpirate)
+    printf("%s %s\n",ocean,pirate);
+
   if (o_mode & mf_screenshot) {
     open_screenshot_file(1);
     if (o_flags & ff_singlepage) take_one_screenshot();