Skip to content

Commit e1d2cf7

Browse files
committed
Fix build
Fixes yanorei32#1
1 parent 32b814f commit e1d2cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ int col2seq(char *seq, char *col) {
122122
return 0;
123123
}
124124

125-
void appendTo(char*) {
125+
void appendTo(char* target) {
126126
char seq[32] = {0};
127127

128128
if (state.style.bold)

0 commit comments

Comments
 (0)