mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 23:46:15 +01:00
gosxutils: Add newline at end of file
Fixes a `-Wnewline-eof` warning when building on macOS. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
6554af0320
commit
e5719fd667
@ -51,4 +51,4 @@ load_user_special_dirs_macos(gchar **table)
|
|||||||
table[G_USER_DIRECTORY_PUBLIC_SHARE] = find_folder (NSSharedPublicDirectory);
|
table[G_USER_DIRECTORY_PUBLIC_SHARE] = find_folder (NSSharedPublicDirectory);
|
||||||
table[G_USER_DIRECTORY_TEMPLATES] = NULL;
|
table[G_USER_DIRECTORY_TEMPLATES] = NULL;
|
||||||
table[G_USER_DIRECTORY_VIDEOS] = find_folder (NSMoviesDirectory);
|
table[G_USER_DIRECTORY_VIDEOS] = find_folder (NSMoviesDirectory);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user