brewpanel/brewpanel.c

changeset 638
186f0c2d3e76
parent 637
21e542c15832
equal deleted inserted replaced
637:21e542c15832 638:186f0c2d3e76
1 /***************************************************************************** 1 /*****************************************************************************
2 * Copyright (C) 2015-2019 2 * Copyright (C) 2015-2024
3 * 3 *
4 * Michiel Broek <mbroek at mbse dot eu> 4 * Michiel Broek <mbroek at mbse dot eu>
5 * 5 *
6 * This file is part of the mbsePi-apps 6 * This file is part of the mbsePi-apps
7 * 7 *
226 226
227 #else 227 #else
228 228
229 int main(int argc, char *argv[]) 229 int main(int argc, char *argv[])
230 { 230 {
231 fprintf(stderr, "brewpanel not compiled because SDL is missing.\n"); 231 fprintf(stderr, "brewpanel not compiled because SDL2 is missing.\n");
232 return 1; 232 return 1;
233 } 233 }
234 234
235 #endif 235 #endif
236 236

mercurial