Mercurial > trustbridge
comparison cinst/mozilla.c @ 110:0c8ea71a89cd
fixed whitespace.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 21 Mar 2014 15:46:12 +0100 |
parents | bc1e6732f43c |
children | 02ad0922c01f |
comparison
equal
deleted
inserted
replaced
103:f61d94d7893e | 110:0c8ea71a89cd |
---|---|
1 | |
2 #include <stdio.h> | 1 #include <stdio.h> |
3 #include <stdlib.h> | 2 #include <stdlib.h> |
4 #include <sys/stat.h> | 3 #include <sys/stat.h> |
5 #include <unistd.h> | 4 #include <unistd.h> |
6 #include <string.h> | 5 #include <string.h> |
38 * | 37 * |
39 */ | 38 */ |
40 | 39 |
41 /* @brief IniParser for mozilla profiles.ini | 40 /* @brief IniParser for mozilla profiles.ini |
42 * | 41 * |
43 * Parse data to find values formed in | 42 * Parse data to find values formed in |
44 * | 43 * |
45 * [Profile99] | 44 * [Profile99] |
46 * IsRelative=1 | 45 * IsRelative=1 |
47 * Path=Profiles/fooo.bar | 46 * Path=Profiles/fooo.bar |
48 * | 47 * |