mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
				synced 2023-10-10 17:16:51 +00:00 
			
		
		
		
	Fix Bug #1286: typo.
This commit is contained in:
		
							
								
								
									
										2
									
								
								audio.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								audio.c
									
									
									
									
									
								
							@@ -3040,7 +3040,7 @@ int main(int argc, char *const argv[])
 | 
			
		||||
		return -1;
 | 
			
		||||
	    default:
 | 
			
		||||
		PrintVersion();
 | 
			
		||||
		fprintf(stderr, "Unkown option '%c'\n", optopt);
 | 
			
		||||
		fprintf(stderr, "Unknown option '%c'\n", optopt);
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	break;
 | 
			
		||||
 
 | 
			
		||||
@@ -2909,7 +2909,7 @@ int ProcessArgs(int argc, char *const argv[])
 | 
			
		||||
		    optopt);
 | 
			
		||||
		return 0;
 | 
			
		||||
	    default:
 | 
			
		||||
		fprintf(stderr, _("Unkown option '%c'\n"), optopt);
 | 
			
		||||
		fprintf(stderr, _("Unknown option '%c'\n"), optopt);
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
	break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user