syntay error fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 19 Apr 2008 17:56:41 +0000 (17:56 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 19 Apr 2008 17:56:41 +0000 (17:56 +0000)
[r19336]

ir/libcore/lc_opts.c

index 757dde8..4cb52df 100644 (file)
@@ -921,7 +921,7 @@ void lc_opts_init(const char *ini_name, lc_opt_entry_t *root, const char *arg_pr
                        home_dir_ini_file[sizeof(home_dir_ini_file) - 1] = '\0';
                } else {
                        /* FIXME: some error occured */
-                       home_dir_ini_file[0] = '\0';'
+                       home_dir_ini_file[0] = '\0';
                }
        }
 #endif