Skip to content

Commit 9e89d77

Browse files
committed
remove compiler warnings of type -Wtrigraphs
1 parent af5695c commit 9e89d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

markpics.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ int main(int argc, char *argv[])
232232
break;
233233

234234
default:
235-
printf ("?? getopt returned character code 0%o ??(option_index %d)\n", c,option_index);
235+
printf ("?? getopt returned character code 0%o ?? (option_index %d)\n", c,option_index);
236236
}
237237
}
238238

showindex.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ int main(int argc, char *argv[])
155155
break;
156156

157157
default:
158-
printf ("?? getopt returned character code 0%o ??(option_index %d)\n", c,option_index);
158+
printf ("?? getopt returned character code 0%o ?? (option_index %d)\n", c, option_index);
159159
}
160160
}
161161

0 commit comments

Comments
 (0)