[NUT-devel] [nut]: r178 - trunk/nututils/demux_ogg.c
ods15
subversion at mplayerhq.hu
Sat Nov 4 13:27:51 CET 2006
Author: ods15
Date: Sat Nov 4 13:27:51 2006
New Revision: 178
Modified:
trunk/nututils/demux_ogg.c
Log:
cosmetic consistency :)
Modified: trunk/nututils/demux_ogg.c
==============================================================================
--- trunk/nututils/demux_ogg.c (original)
+++ trunk/nututils/demux_ogg.c Sat Nov 4 13:27:51 2006
@@ -165,10 +165,7 @@
nut_packet_t p;
uint8_t * buf;
- if (argc < 2) {
- printf("bleh, more params you fool...\n");
- return 1;
- }
+ if (argc < 2) { printf("bleh, more params you fool...\n"); return 1; }
in = fopen(argv[1], "r");
ogg = init(in);
More information about the NUT-devel
mailing list