summaryrefslogtreecommitdiff
path: root/frontends/riscos/textselection.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-07 18:12:09 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-07 18:12:09 +0100
commit5d6f189d8bb723201d44a0d4f35d93ffb6a00a54 (patch)
treeacacd88fcf6f0e97db4b5392457c7d137bd05359 /frontends/riscos/textselection.c
parent2b0a5ef2e732ed484096b558116d28ac7abbef0a (diff)
downloadnetsurf-5d6f189d8bb723201d44a0d4f35d93ffb6a00a54.tar.gz
netsurf-5d6f189d8bb723201d44a0d4f35d93ffb6a00a54.tar.bz2
Fixup everything the semantic patch missed
Diffstat (limited to 'frontends/riscos/textselection.c')
-rw-r--r--frontends/riscos/textselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/textselection.c b/frontends/riscos/textselection.c
index efec96b56..e5be27791 100644
--- a/frontends/riscos/textselection.c
+++ b/frontends/riscos/textselection.c
@@ -482,7 +482,7 @@ void ro_gui_selection_data_request(wimp_full_message_data_request *req)
// bits ftype = req->file_types[i];
// if (ftype == ~0U) break; /* list terminator */
//
-// LOG("type %x", ftype);
+// NSLOG(netsurf, INFO, "type %x", ftype);
// i++;
// }