Commit b275aacc authored by Chris Allegretta's avatar Chris Allegretta
Browse files

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
No related merge requests found
Showing with 14 additions and 14 deletions
+14 -14
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -344,7 +344,7 @@ msgid "Case Sens" ...@@ -344,7 +344,7 @@ msgid "Case Sens"
msgstr "" msgstr ""
#: global.c:282 global.c:301 global.c:311 global.c:327 global.c:331 #: 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" msgid "Cancel"
msgstr "" msgstr ""
...@@ -746,50 +746,50 @@ msgstr "" ...@@ -746,50 +746,50 @@ msgstr ""
msgid "Modified" msgid "Modified"
msgstr "" msgstr ""
#: winio.c:880 #: winio.c:913
#, c-format #, c-format
msgid "Moved to (%d, %d) in edit buffer\n" msgid "Moved to (%d, %d) in edit buffer\n"
msgstr "" msgstr ""
#: winio.c:891 #: winio.c:924
#, c-format #, c-format
msgid "current->data = \"%s\"\n" msgid "current->data = \"%s\"\n"
msgstr "" msgstr ""
#: winio.c:934 #: winio.c:967
#, c-format #, c-format
msgid "I got \"%s\"\n" msgid "I got \"%s\"\n"
msgstr "" msgstr ""
#: winio.c:959 #: winio.c:992
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""
#: winio.c:961 #: winio.c:994
msgid "All" msgid "All"
msgstr "" msgstr ""
#: winio.c:963 #: winio.c:996
msgid "No" msgid "No"
msgstr "" msgstr ""
#: winio.c:1099 #: winio.c:1132
#, c-format #, c-format
msgid "do_cursorpos: linepct = %f, bytepct = %f\n" msgid "do_cursorpos: linepct = %f, bytepct = %f\n"
msgstr "" msgstr ""
#: winio.c:1103 #: winio.c:1136
msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)" msgid "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr "" msgstr ""
#: winio.c:1227 #: winio.c:1260
msgid "Dumping file buffer to stderr...\n" msgid "Dumping file buffer to stderr...\n"
msgstr "" msgstr ""
#: winio.c:1229 #: winio.c:1262
msgid "Dumping cutbuffer to stderr...\n" msgid "Dumping cutbuffer to stderr...\n"
msgstr "" msgstr ""
#: winio.c:1231 #: winio.c:1264
msgid "Dumping a buffer to stderr...\n" msgid "Dumping a buffer to stderr...\n"
msgstr "" msgstr ""
...@@ -560,7 +560,7 @@ inline int get_page_end_virtual(int page) ...@@ -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 */ /* This takes care of the case where there is a mark that covers only */
/* the current line. */ /* 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 */ /* deals with */
void add_marked_sameline(int begin, int end, filestruct * fileptr, int y, void add_marked_sameline(int begin, int end, filestruct * fileptr, int y,
int virt_cur_x, int this_page) int virt_cur_x, int this_page)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment