mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
Remove apparently superfluous parameter in call to sprintf
This commit is contained in:
parent
d5696b0122
commit
6b1f767559
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
// Do any additional setup after loading the view, typically from a nib.
|
||||
gst_backend = [[GStreamerBackend alloc] init];
|
||||
|
||||
label.text = [NSString stringWithFormat:@"Welcome to %@!", [gst_backend getGStreamerVersion], nil];
|
||||
label.text = [NSString stringWithFormat:@"Welcome to %@!", [gst_backend getGStreamerVersion]];
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning
|
||||
|
|
Loading…
Reference in a new issue