Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51559 | Differences between
and this patch

Collapse All | Expand All

(-)alsa-tools-1.0.5.old/as10k1/as10k1.c (-2 / +3 lines)
Lines 93-99 Link Here
93
					dbg_opt=dbg_opt|DBG_INSTR;//default
93
					dbg_opt=dbg_opt|DBG_INSTR;//default
94
					i--;
94
					i--;
95
					printf(" instructions by default\n");
95
					printf(" instructions by default\n");
96
					goto next_cli_arg;
96
/*					goto next_cli_arg;*/
97
					break;
97
				}
98
				}
98
				
99
				
99
				while(argv[i][j]!='\0'){
100
				while(argv[i][j]!='\0'){
Lines 158-164 Link Here
158
			}
159
			}
159
160
160
		}
161
		}
161
next_cli_arg:
162
/*next_cli_arg:*/
162
163
163
	}
164
	}
164
}
165
}

Return to bug 51559