From: Chris Allegretta Date: Sat, 8 Jul 2000 01:22:33 +0000 (+0000) Subject: Trivial fix for 'winio.c:564: warning: `/*' within comment' X-Git-Tag: v0.9.12~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b275aacc3f117cd9219c980b37b8a6a09e5f12f9;p=nano.git Trivial fix for 'winio.c:564: warning: `/*' within comment' git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@88 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/po/nano.pot b/po/nano.pot index 96899b2d..f43df8f5 100644 --- a/po/nano.pot +++ b/po/nano.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-07-07 09:15-0400\n" +"POT-Creation-Date: 2000-07-07 21:26-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -344,7 +344,7 @@ msgid "Case Sens" msgstr "" #: global.c:282 global.c:301 global.c:311 global.c:327 global.c:331 -#: global.c:337 winio.c:964 +#: global.c:337 winio.c:997 msgid "Cancel" msgstr "" @@ -746,50 +746,50 @@ msgstr "" msgid "Modified" msgstr "" -#: winio.c:880 +#: winio.c:913 #, c-format msgid "Moved to (%d, %d) in edit buffer\n" msgstr "" -#: winio.c:891 +#: winio.c:924 #, c-format msgid "current->data = \"%s\"\n" msgstr "" -#: winio.c:934 +#: winio.c:967 #, c-format msgid "I got \"%s\"\n" msgstr "" -#: winio.c:959 +#: winio.c:992 msgid "Yes" msgstr "" -#: winio.c:961 +#: winio.c:994 msgid "All" msgstr "" -#: winio.c:963 +#: winio.c:996 msgid "No" msgstr "" -#: winio.c:1099 +#: winio.c:1132 #, c-format msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgstr "" -#: winio.c:1103 +#: winio.c:1136 msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgstr "" -#: winio.c:1227 +#: winio.c:1260 msgid "Dumping file buffer to stderr...\n" msgstr "" -#: winio.c:1229 +#: winio.c:1262 msgid "Dumping cutbuffer to stderr...\n" msgstr "" -#: winio.c:1231 +#: winio.c:1264 msgid "Dumping a buffer to stderr...\n" msgstr "" diff --git a/winio.c b/winio.c index d58994d5..e9d5f952 100644 --- a/winio.c +++ b/winio.c @@ -560,7 +560,7 @@ inline int get_page_end_virtual(int page) /* This takes care of the case where there is a mark that covers only */ /* the current line. */ -/* It expects a line with no tab characers (ie: the type that edit_add +/* It expects a line with no tab characers (ie: the type that edit_add */ /* deals with */ void add_marked_sameline(int begin, int end, filestruct * fileptr, int y, int virt_cur_x, int this_page)