[Asterisk-cvs] asterisk/pbx pbx_config.c,1.41,1.42

citats at lists.digium.com citats at lists.digium.com
Mon Jun 14 17:10:47 CDT 2004


Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/home/citats/cvs/asterisk/pbx

Modified Files:
	pbx_config.c 
Log Message:
Cleanup formatting

Index: pbx_config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_config.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- pbx_config.c	14 Jun 2004 22:05:12 -0000	1.41
+++ pbx_config.c	14 Jun 2004 22:15:21 -0000	1.42
@@ -100,7 +100,7 @@
 /*
  * Static code
  */
-static char *process_quotes_and_slashes(char* start, char find, char replace_with)
+static char *process_quotes_and_slashes(char *start, char find, char replace_with)
 {
  	char *dataPut = start;
 	int inEscape = 0;




More information about the svn-commits mailing list