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.4.orig/as10k1/as10k1.c (-2 / +1 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
					break;
97
				}
97
				}
98
				
98
				
99
				while(argv[i][j]!='\0'){
99
				while(argv[i][j]!='\0'){
Lines 158-164 Link Here
158
			}
158
			}
159
159
160
		}
160
		}
161
next_cli_arg:
162
161
163
	}
162
	}
164
}
163
}

Return to bug 51559