LibCore: Rename puff.c => puff.cpp

Now that we don't keep a C compiler around in the toolchain (to save
space) we can't have .c files in the build.

This reminds me that #362 exists and we should fix that at some point.
This commit is contained in:
Andreas Kling 2020-07-29 14:41:57 +02:00
parent eccf96b703
commit 5e2b8d160b
Notes: sideshowbarker 2024-07-19 04:28:34 +09:00
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ set(SOURCES
Notifier.cpp
Object.cpp
ProcessStatisticsReader.cpp
puff.c
puff.cpp
SocketAddress.cpp
Socket.cpp
StandardPaths.cpp