diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-09-20 02:43:17 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-09-20 02:43:17 +0000 |
commit | d73e3bb581deb1e1b9645780785bc78af3796b41 (patch) | |
tree | c49441039830be24c2ef627461a9ae69dd5f9720 /src/importcsv.c | |
parent | c2dbb1ce00b5ccdc7c6a3aa8d880d88658446654 (diff) |
removed all warnings output with -Wall.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/importcsv.c')
-rw-r--r-- | src/importcsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/importcsv.c b/src/importcsv.c index 00bb2c4c..4fb6d668 100644 --- a/src/importcsv.c +++ b/src/importcsv.c @@ -373,7 +373,7 @@ static gint imp_csv_import_data( gchar *csvFile, AddressCache *cache ) { enc = conv_check_file_encoding(csvFile); if ((fp = g_fopen(csvFile, "rb")) == NULL) { - return; + return MGU_OPEN_FILE; } fields_len = sizeof(imp_csv_attrib) / sizeof(imp_csv_attrib[0]); |