diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MirandaG15/src/CContactList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/CContactList.cpp b/plugins/MirandaG15/src/CContactList.cpp index 5e2a1b15db..ee7bd5a20d 100644 --- a/plugins/MirandaG15/src/CContactList.cpp +++ b/plugins/MirandaG15/src/CContactList.cpp @@ -11,7 +11,7 @@ const int aiStatusPriority[] = 1, // ID_STATUS_DND 40074
7, // ID_STATUS_NA 40075
6, // ID_STATUS_OCCUPIED 40076
- 9, // ID_STATUS_INVISIBLE 40077
+ 9 // ID_STATUS_INVISIBLE 40077
};
//************************************************************************
|