diff options
author | Perberos <[email protected]> | 2012-10-17 02:17:56 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-10-17 02:17:56 -0300 |
commit | 869df9fa1b5ef46bf07eb2f5ffb01009cd3918f2 (patch) | |
tree | e7eea5e9723d40b6338c3ac23c9b5ecb7efa1118 /mate-about/mate-about.h | |
parent | 18c6e4b46f8d83c3531c925785454579af45052a (diff) | |
download | mate-desktop-869df9fa1b5ef46bf07eb2f5ffb01009cd3918f2.tar.bz2 mate-desktop-869df9fa1b5ef46bf07eb2f5ffb01009cd3918f2.tar.xz |
Update mate-about/mate-about.h
missing comma
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index 9d57f11..a6ec12a 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -631,7 +631,7 @@ // artistas const char* artists[] = { "Rowen Stipe <[email protected]>", - "/g/entoomen <https://boards.4chan.org/g/>" + "/g/entoomen <https://boards.4chan.org/g/>", NULL }; // traductores |