Skip to content

Commit

Permalink
Affyio: A few methods should be non-static
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jan 27, 2010
1 parent 39c4fa8 commit 048d52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/clibs/affyio/src/read_cdf_xda.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ static int read_cdf_xda(const char *filename,cdf_xda *my_cdf){
*************************************************************/ *************************************************************/




static int check_cdf_xda(const char *filename){ int check_cdf_xda(const char *filename){


FILE *infile; FILE *infile;


Expand Down
4 changes: 2 additions & 2 deletions src/clibs/affyio/src/read_cdffile2.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ static void read_cdf_Units(FILE *infile, cdf_text *mycdf, char* linebuffer){
*******************************************************************/ *******************************************************************/




static int read_cdf_text(const char *filename, cdf_text *mycdf){ int read_cdf_text(const char *filename, cdf_text *mycdf){


FILE *infile; FILE *infile;


Expand Down Expand Up @@ -975,7 +975,7 @@ static void dealloc_cdf_text(cdf_text *my_cdf){
** **
******************************************************************/ ******************************************************************/


static int isTextCDFFile(const char *filename){ int isTextCDFFile(const char *filename){




FILE *infile; FILE *infile;
Expand Down

0 comments on commit 048d52e

Please sign in to comment.